]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_search-form.twig
Merge branch 'dev' into data-for-mysql
[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>
1cd02d55 4 <label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" />
3945335f 5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
2c4e7a1c 6</form>
3945335f 7</div>