mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-13 04:45:03 -05:00
9 lines
506 B
Twig
9 lines
506 B
Twig
<div id="search-form" class="messages info">
|
|
<form method="get" action="index.php">
|
|
<a href="javascript: void(null);" id="search-form-close" class="popup-close">×</a>
|
|
<input type="hidden" name="view" value="search"></input>
|
|
<label>{% 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>
|