]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/baggy/_pocheit-form.twig
feature #505 - it is now possible to add link from bagged article (TODO: redev it...
[github/wallabag/wallabag.git] / themes / baggy / _pocheit-form.twig
1 <div id="bagit-form" class="messages info">
2 <form method="get" action="index.php" target="_blank">
3 <h2><a href="javascript: void(null);" id="bagit-form-close">X</a>
4 {% trans "Save a link" %}</h2>
5 <input type="hidden" name="autoclose" value="1" />
6 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
7 <input type="submit" value="{% trans "save link!" %}" />
8 </form>
9 </div>