]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_search-form.twig
Making visual styling of search and bag it popup forms more consistent
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
CommitLineData
4bc70ed4 1<div id="search-form" class="messages info popup-form">
2c4e7a1c 2<form method="get" action="index.php">
4bc70ed4 3 <h2>{%trans "Search" %}</h2>
cd271fc4 4 <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
3945335f 5 <input type="hidden" name="view" value="search"></input>
4bc70ed4
JS
6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>
2c4e7a1c 8</form>
cd271fc4 9</div>