]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_pocheit-form.twig
can add tags from the saving link popup
[github/wallabag/wallabag.git] / themes / baggy / _pocheit-form.twig
CommitLineData
4bc70ed4 1<div id="bagit-form" class="messages info popup-form">
3ee27ee6 2 <form method="get" action="index.php" target="_blank" id="bagit-form-form">
cd271fc4 3 <h2>{% trans "Save a link" %}</h2>
827bd1f8 4 <a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">&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" />
14d98f06
TC
7 <span id="showtaginput">Add tags</span>
8 <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/>
3e870665 9 <span id="add-link-result"></span>
4744cb0e
TL
10 <input type="submit" value="{% trans "save link!" %}" />
11 </form>
12</div>