mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-13 12:55:05 -05:00
7 lines
395 B
Twig
7 lines
395 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 type="text" name="search" />
|
|
<input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
|
|
</form>
|
|
</div> |