diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-13 20:57:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-13 20:57:22 +0100 |
commit | 181d16fe22ce67412a6766bcb9fa85b18f56bef8 (patch) | |
tree | adcf17eb6b9b3b64cb5948e137761096bf2882ae /themes/baggy/_pocheit-form.twig | |
parent | 6775da70a845a7fa8364dd3bc1a8e7702e9789bf (diff) | |
parent | 3ee27ee6ba8d44182ddeac7b54d75cc54affeec7 (diff) | |
download | wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.tar.gz wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.tar.zst wallabag-181d16fe22ce67412a6766bcb9fa85b18f56bef8.zip |
Merge pull request #557 from mariroz/feature-add-link-inside-article-issue-505
saving link form now sends ajax request, article view is now justified (issue #554)
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index ff911515..505ec368 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -1,9 +1,10 @@ | |||
1 | <div id="bagit-form" class="messages info"> | 1 | <div id="bagit-form" class="messages info"> |
2 | <form method="get" action="index.php" target="_blank"> | 2 | <form method="get" action="index.php" target="_blank" id="bagit-form-form"> |
3 | <h2><a href="javascript: void(null);" id="bagit-form-close">X</a> | 3 | <h2><a href="javascript: void(null);" id="bagit-form-close">X</a> |
4 | {% trans "Save a link" %}</h2> | 4 | {% trans "Save a link" %}</h2> |
5 | <input type="hidden" name="autoclose" value="1" /> | 5 | <input type="hidden" name="autoclose" value="1" /> |
6 | <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" /> |
7 | <input type="submit" value="{% trans "save link!" %}" /> | 7 | <input type="submit" value="{% trans "save link!" %}" /> |
8 | <div id="add-link-result"></div> | ||
8 | </form> | 9 | </form> |
9 | </div> | 10 | </div> |