aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_search-form.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-04 20:13:10 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-04 20:13:10 +0200
commit29e95769b5481f52de55e1601a2d0e4daa2d0e85 (patch)
treeaf83b8dbfcef5218f56445bac87c24c0d421c288 /themes/baggy/_search-form.twig
parent8b6c710b099171c9a294f6d7914590ca60bd2f94 (diff)
parent40d204222888ca436f3f98503483ecd19ff3ba5b (diff)
downloadwallabag-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/baggy/_search-form.twig')
-rw-r--r--themes/baggy/_search-form.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig
index b8ac3bfa..7b2c7082 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"> 1<div id="search-form" class="messages info">
2<form method="get" action="index.php"> 2<form method="get" action="index.php">
3 <input type="hidden" name="view" value="search"></input> 3 <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 type="text" name="search" /> 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 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> 5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
6</form> 6</form>
7</div> \ No newline at end of file 7</div> \ No newline at end of file