summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/search.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 16:03:30 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 16:03:30 +0100
commitde6064994ef4854ccfb960947398f7b0cd565030 (patch)
tree352bee4d75db2c10eadd5a7a108e9f06fb3b7346 /searx/templates/oscar/search.html
parent525833bea7ea41f4794899dc0e8f6b3d05e21a85 (diff)
[enh] show text "Start search" instead of icon, if javascript is disabled
Diffstat (limited to 'searx/templates/oscar/search.html')
-rw-r--r--searx/templates/oscar/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/search.html b/searx/templates/oscar/search.html
index 4b1f8b6a1..e48c80fd5 100644
--- a/searx/templates/oscar/search.html
+++ b/searx/templates/oscar/search.html
@@ -3,7 +3,7 @@
<div class="input-group col-sm-12">
<input type="search" name="q" class="form-control" id="q" placeholder="{{ _('Search for...') }}" autocomplete="off" value="{{ q }}">
<span class="input-group-btn">
- <button type="submit" class="btn btn-default">{{ icon('search') }}<span class="sr-only">{{ _('Start search') }}</span></button>
+ <button type="submit" class="btn btn-default"><span class="hide_if_nojs">{{ icon('search') }}</span><span class="hidden active_if_nojs">{{ _('Start search') }}</span></button>
</span>
</div>
<div class="search_categories">