diff options
author | tcit <tcit@tcit.fr> | 2014-10-31 18:54:20 +0100 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-31 18:54:20 +0100 |
commit | 6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1 (patch) | |
tree | 6cd7efaae2395582422803e3678485f8b959aeb0 /themes/baggy/_search-form.twig | |
parent | 9cf370cfb683deebf8b479bc2ee976d5ac93be00 (diff) | |
parent | a63cd1b06ff74edbb47b9f4dae16268e1737c13a (diff) | |
download | wallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.tar.gz wallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.tar.zst wallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.zip |
Merge branch 'jsit-duplicateformstyles' into dev
Diffstat (limited to 'themes/baggy/_search-form.twig')
-rw-r--r-- | themes/baggy/_search-form.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index 77cd8461..4add9294 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 popup-form"> | 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 | <h2>{%trans "Search" %}</h2> | 3 | <h2>{%trans "Search" %}</h2> |
4 | <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a> | 4 | <a href="javascript: void(null);" id="search-form-close" class="popup-close">×</a> |
5 | <input type="hidden" name="view" value="search"></input> | 5 | <input type="hidden" name="view" value="search"></input> |
6 | <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br> | 6 | <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br> |
7 | <input id="submit-search" type="submit" value="{% trans "Search" %}"></input> | 7 | <input id="submit-search" type="submit" value="{% trans "Search" %}"></input> |