diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-12 17:36:04 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-12 17:36:04 +0200 |
commit | 6775da70a845a7fa8364dd3bc1a8e7702e9789bf (patch) | |
tree | 71c9ac9f873077d5cc3bdf3d47e3e5917106bdff /themes/baggy/_pocheit-form.twig | |
parent | f7382cd8c3141c2d1a7dd4fc129cb4b53992d95c (diff) | |
download | wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.tar.gz wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.tar.zst wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.zip |
feature #505 - it is now possible to add link from bagged article (TODO: redev it to ajax action). Some enhancements to "save a link" popup div
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index 3c4a4d6e..ff911515 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -1,7 +1,8 @@ | |||
1 | <div id="bagit-form" class="messages info"> | 1 | <div id="bagit-form" class="messages info"> |
2 | 2 | <form method="get" action="index.php" target="_blank"> | |
3 | <form method="get" action="index.php"> | 3 | <h2><a href="javascript: void(null);" id="bagit-form-close">X</a> |
4 | <h2>{% trans "Save a link" %}</h2> | 4 | {% trans "Save a link" %}</h2> |
5 | <input type="hidden" name="autoclose" value="1" /> | ||
5 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | 6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> |
6 | <input type="submit" value="{% trans "save link!" %}" /> | 7 | <input type="submit" value="{% trans "save link!" %}" /> |
7 | </form> | 8 | </form> |