great improvements to tagging when saving a link system <3

This commit is contained in:
Thomas Citharel
2015-02-10 02:28:53 +01:00
parent 2e4e94a7a4
commit 1394c0bd64
6 changed files with 22 additions and 2 deletions

View File

@ -4,7 +4,9 @@
<a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">&times;</a>
<input type="hidden" name="autoclose" value="1" />
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
<span id="showtaginput">Add tags</span>
<div style="display:inline-block;cursor: pointer;" title="{% trans "Edit tags" %}" id="showtaginput" class="tool icon icon-tags">
<span>Add tags</span>
</div>
<input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/>
<span id="add-link-result"></span>
<input type="submit" value="{% trans "save link!" %}" />

View File

@ -745,6 +745,9 @@ a.add-to-wallabag-link-after:after {
.icon-evernote:before {
content: "\e603";
}
.icon-tags:before {
content: "\e936";
}
/* .icon-image class, for image-based icons