mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-11 11:55:09 -05:00
7 lines
469 B
Twig
7 lines
469 B
Twig
<div id="search-form" class="messages info">
|
|
<form method="get" action="index.php">
|
|
<input type="hidden" name="view" value="search"></input>
|
|
<label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input required placeholder="{% trans "something to search" %}" type="text" name="search" id="searchfield" />
|
|
<input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
|
|
</form>
|
|
</div> |