]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_search-form.twig
Removing left border on popup forms on mobile widths
[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">
827bd1f8 3 <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
3945335f 4 <input type="hidden" name="view" value="search"></input>
1087b3cb 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>