]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_pocheit-form.twig
Making the close button more visually consistent on the menu popup forms
[github/wallabag/wallabag.git] / themes / baggy / _pocheit-form.twig
CommitLineData
4744cb0e 1<div id="bagit-form" class="messages info">
3ee27ee6 2 <form method="get" action="index.php" target="_blank" id="bagit-form-form">
cd271fc4
JS
3 <h2>{% trans "Save a link" %}</h2>
4 <a href="javascript: void(null);" id="bagit-form-close" class="popup-close">&times;</a>
6775da70 5 <input type="hidden" name="autoclose" value="1" />
4744cb0e 6 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
3e870665 7 <span id="add-link-result"></span>
4744cb0e
TL
8 <input type="submit" value="{% trans "save link!" %}" />
9 </form>
10</div>