diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-10 02:28:53 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-10 02:28:53 +0100 |
commit | 1394c0bd64ad99e8f9fc094bb535ae5b3f5e24f1 (patch) | |
tree | db41425bb5b484706acf634d81b693fb5afc002a /themes/default/_pocheit-form.twig | |
parent | 2e4e94a7a420790cd05250e4191bd0e60f81f788 (diff) | |
download | wallabag-1394c0bd64ad99e8f9fc094bb535ae5b3f5e24f1.tar.gz wallabag-1394c0bd64ad99e8f9fc094bb535ae5b3f5e24f1.tar.zst wallabag-1394c0bd64ad99e8f9fc094bb535ae5b3f5e24f1.zip |
great improvements to tagging when saving a link system <3
Diffstat (limited to 'themes/default/_pocheit-form.twig')
-rwxr-xr-x | themes/default/_pocheit-form.twig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/_pocheit-form.twig b/themes/default/_pocheit-form.twig index f4518fce..71991341 100755 --- a/themes/default/_pocheit-form.twig +++ b/themes/default/_pocheit-form.twig | |||
@@ -2,7 +2,9 @@ | |||
2 | <a href="javascript: void(null);" id="bagit-form-close"> </a> | 2 | <a href="javascript: void(null);" id="bagit-form-close"> </a> |
3 | <form method="get" action="index.php" id="bagit-form-form"> | 3 | <form method="get" action="index.php" id="bagit-form-form"> |
4 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | 4 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> |
5 | <span id="showtaginput">Add tags</span> | 5 | <div style="display:inline-block;cursor: pointer;" title="{% trans "Edit tags" %}" id="showtaginput" class="edit-tags"> |
6 | <span id="showtaginput">Add tags</span> | ||
7 | </div> | ||
6 | <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/> | 8 | <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/> |
7 | <input type="submit" value="{% trans "save link!" %}" /> | 9 | <input type="submit" value="{% trans "save link!" %}" /> |
8 | <div id="add-link-result"></div> | 10 | <div id="add-link-result"></div> |