diff options
author | tcit <tcit@tcit.fr> | 2014-10-04 18:44:18 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-04 18:44:18 +0200 |
commit | 04b589420eda4e31c6a05d5255b3d863a0428962 (patch) | |
tree | 0ce7a2ca3648c2b9f063c2a20538b8874b056d79 /themes/baggy | |
parent | e38e46ecdbb522d3ff296b36a46167c8fbfb501d (diff) | |
download | wallabag-04b589420eda4e31c6a05d5255b3d863a0428962.tar.gz wallabag-04b589420eda4e31c6a05d5255b3d863a0428962.tar.zst wallabag-04b589420eda4e31c6a05d5255b3d863a0428962.zip |
search field selected
Diffstat (limited to 'themes/baggy')
-rw-r--r-- | themes/baggy/_search-form.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index b8ac3bfa..073291f4 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig | |||
@@ -1,7 +1,7 @@ | |||
1 | <div id="search-form" class="messages info"> | 1 | <div id="search-form" class="messages info"> |
2 | <form method="get" action="index.php"> | 2 | <form method="get" action="index.php"> |
3 | <input type="hidden" name="view" value="search"></input> | 3 | <input type="hidden" name="view" value="search"></input> |
4 | <label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input type="text" name="search" /> | 4 | <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" /> |
5 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> | 5 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> |
6 | </form> | 6 | </form> |
7 | </div> \ No newline at end of file | 7 | </div> \ No newline at end of file |