aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_pocheit-form.twig
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-13 18:37:08 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-13 18:37:08 +0200
commit3ee27ee6ba8d44182ddeac7b54d75cc54affeec7 (patch)
treeadcf17eb6b9b3b64cb5948e137761096bf2882ae /themes/baggy/_pocheit-form.twig
parent6775da70a845a7fa8364dd3bc1a8e7702e9789bf (diff)
downloadwallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.tar.gz
wallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.tar.zst
wallabag-3ee27ee6ba8d44182ddeac7b54d75cc54affeec7.zip
saving link form now sends ajax request, article view is now justified
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-xthemes/baggy/_pocheit-form.twig3
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>