diff options
author | tcit <tcit@tcit.fr> | 2014-10-31 18:47:54 +0100 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-31 18:47:54 +0100 |
commit | ccaefcf69a5e2e9404a40b7377fbdfe9627c0320 (patch) | |
tree | 5813f84ccfa8c4458dff69562f577b8e26b4902e /themes/baggy/_search-form.twig | |
parent | 224528f1debb06b40524fd84ed9a324c0b6131e2 (diff) | |
parent | 4bc70ed4012bcefa6a3a01a051fcbd18456403df (diff) | |
download | wallabag-ccaefcf69a5e2e9404a40b7377fbdfe9627c0320.tar.gz wallabag-ccaefcf69a5e2e9404a40b7377fbdfe9627c0320.tar.zst wallabag-ccaefcf69a5e2e9404a40b7377fbdfe9627c0320.zip |
merge
Diffstat (limited to 'themes/baggy/_search-form.twig')
-rw-r--r-- | themes/baggy/_search-form.twig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index aec902ff..77cd8461 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig | |||
@@ -1,8 +1,9 @@ | |||
1 | <div id="search-form" class="messages info"> | 1 | <div id="search-form" class="messages info popup-form"> |
2 | <form method="get" action="index.php"> | 2 | <form method="get" action="index.php"> |
3 | <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a> | 3 | <h2>{%trans "Search" %}</h2> |
4 | <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a> | ||
4 | <input type="hidden" name="view" value="search"></input> | 5 | <input type="hidden" name="view" value="search"></input> |
5 | <label>{% trans "Search" %}:</label><input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" /> | 6 | <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br> |
6 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> | 7 | <input id="submit-search" type="submit" value="{% trans "Search" %}"></input> |
7 | </form> | 8 | </form> |
8 | </div> | 9 | </div> |