aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_search-form.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 21:25:26 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 21:25:26 +0100
commit476b8902bb8cf9df910c6069383ccee740f93ab1 (patch)
tree599fe2ef64f4f3a1cb4058ace00346d017e9906a /themes/baggy/_search-form.twig
parent6f0b92138f2456c9deb0b8fe76985abf19ef346f (diff)
parentcd271fc485975e3089a85902f28e674065c5783d (diff)
downloadwallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.tar.gz
wallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.tar.zst
wallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.zip
Merge pull request #905 from jsit/closebutton
Making the close button more visually consistent on the menu popup forms
Diffstat (limited to 'themes/baggy/_search-form.twig')
-rw-r--r--themes/baggy/_search-form.twig5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig
index 7b2c7082..45660b75 100644
--- a/themes/baggy/_search-form.twig
+++ b/themes/baggy/_search-form.twig
@@ -1,7 +1,8 @@
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">&times;</a>
3 <input type="hidden" name="view" value="search"></input> 4 <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 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" />
5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> 6 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
6</form> 7</form>
7</div> \ No newline at end of file 8</div>