]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/_search_form.html.twig
Remove old themes
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / _search_form.html.twig
CommitLineData
163eae0b 1<div id="search-form" class="messages info popup-form">
7a577c51
J
2 <form method="get" action="index.php">
3 <h2>{% trans %}Search{% endtrans %}</h2>
163eae0b
NL
4 <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
5 <input type="hidden" name="view" value="search"></input>
6 <input required placeholder="{% trans %}Enter your search here{% endtrans %}" type="text" name="search" id="searchfield"><br>
7 <input id="submit-search" type="submit" value="{% trans %}Search{% endtrans %}"></input>
7a577c51 8 </form>
163eae0b 9</div>