diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-10-31 18:44:42 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-10-31 18:44:42 +0100 |
commit | 224528f1debb06b40524fd84ed9a324c0b6131e2 (patch) | |
tree | 0230f937d5f598aeaebf23a85dfade665d67d2f9 /themes/baggy/_search-form.twig | |
parent | 87e37e82fdcc133a0ab1666241b68c39220067d1 (diff) | |
parent | ad2b61db80afed1cc052befad6ff9456530938b1 (diff) | |
download | wallabag-224528f1debb06b40524fd84ed9a324c0b6131e2.tar.gz wallabag-224528f1debb06b40524fd84ed9a324c0b6131e2.tar.zst wallabag-224528f1debb06b40524fd84ed9a324c0b6131e2.zip |
Merge pull request #909 from jsit/closebutton
Standardizing class names and styles for close buttons
Diffstat (limited to 'themes/baggy/_search-form.twig')
-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 35f3a994..aec902ff 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig | |||
@@ -1,6 +1,6 @@ | |||
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 | <a href="javascript: void(null);" id="search-form-close" class="popup-close">×</a> | 3 | <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> | 4 | <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" /> | 5 | <label>{% trans "Search" %}:</label><input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" /> |
6 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> | 6 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> |