diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-04 20:13:10 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-04 20:13:10 +0200 |
commit | 29e95769b5481f52de55e1601a2d0e4daa2d0e85 (patch) | |
tree | af83b8dbfcef5218f56445bac87c24c0d421c288 /themes/default/_search-form.twig | |
parent | 8b6c710b099171c9a294f6d7914590ca60bd2f94 (diff) | |
parent | 40d204222888ca436f3f98503483ecd19ff3ba5b (diff) | |
download | wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.tar.gz wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.tar.zst wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.zip |
Merge pull request #854 from wallabag/saveclick2search
Saveclick2search (fix for #831)
Diffstat (limited to 'themes/default/_search-form.twig')
-rwxr-xr-x | themes/default/_search-form.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_search-form.twig b/themes/default/_search-form.twig index 33bea20d..0cf6097a 100755 --- a/themes/default/_search-form.twig +++ b/themes/default/_search-form.twig | |||
@@ -2,7 +2,7 @@ | |||
2 | <form method="get" action="index.php"> | 2 | <form method="get" action="index.php"> |
3 | <p> | 3 | <p> |
4 | <input type="hidden" name="view" value="search"></input> | 4 | <input type="hidden" name="view" value="search"></input> |
5 | <label>{% trans "Search" %}</label> : <input type="text" placeholder="{% trans "Enter your search here" %}" name="search" /> | 5 | <label>{% trans "Search" %}</label> : <input type="text" required placeholder="{% trans "Enter your search here" %}" name="search" id="searchfield" /> |
6 | <input type="submit" value="{% trans "Search" %} !"></input> | 6 | <input type="submit" value="{% trans "Search" %} !"></input> |
7 | </p> | 7 | </p> |
8 | </form> | 8 | </form> |