]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_search-form.twig
can't close search popup with the cross picture #613
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
CommitLineData
3945335f 1<div id="search-form" class="messages info">
2c4e7a1c 2<form method="get" action="index.php">
3945335f 3 <input type="hidden" name="view" value="search"></input>
2c4e7a1c 4 <label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input type="text" name="search" />
3945335f 5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
2c4e7a1c 6</form>
3945335f 7</div>