]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_search-form.twig
Making the close button more visually consistent on the menu popup forms
[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">
cd271fc4 3 <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
3945335f 4 <input type="hidden" name="view" value="search"></input>
cd271fc4 5 <label>{% trans "Search" %}</label>: <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" />
3945335f 6 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
2c4e7a1c 7</form>
cd271fc4 8</div>