mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
7 lines
No EOL
472 B
Twig
7 lines
No EOL
472 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 "Enter your search here" %}" type="text" name="search" id="searchfield" />
|
|
<input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
|
|
</form>
|
|
</div> |