aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_search-form.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-10-31 15:10:01 +0100
committerThomas Citharel <tcit@tcit.fr>2014-10-31 15:10:01 +0100
commitf23fd0ee5e30da5afa35b7d22977f611e524fb0c (patch)
tree47de63d5a83eb55a53519daf447ab56cb247cfa6 /themes/baggy/_search-form.twig
parent6fe9b616aa48c61d1af6d044042c848de1650ecf (diff)
parent1087b3cb4ef79ff5f1599ebe479785f9d2e90c35 (diff)
downloadwallabag-f23fd0ee5e30da5afa35b7d22977f611e524fb0c.tar.gz
wallabag-f23fd0ee5e30da5afa35b7d22977f611e524fb0c.tar.zst
wallabag-f23fd0ee5e30da5afa35b7d22977f611e524fb0c.zip
Merge pull request #907 from jsit/login
Some small design tweaks to the login page: Moving 'Stay signed in'...
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 45660b75..35f3a994 100644
--- a/themes/baggy/_search-form.twig
+++ b/themes/baggy/_search-form.twig
@@ -2,7 +2,7 @@
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 <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</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>
7</form> 7</form>
8</div> 8</div>