summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-03 21:37:17 +0100
committerMartin Fischer <martin@push-f.com>2022-01-05 11:03:44 +0100
commitabe53946d43754fef96a1cd727ae97250c008184 (patch)
tree62292ded14a26ae3ea2105347354c36b448451d6 /searx/templates
parent6f07d51b62ebb39616ab3cf9bc2dede26229b300 (diff)
[enh] display help text for "Other" engines tab in preferences
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/preferences.html3
-rw-r--r--searx/templates/simple/preferences.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html
index 341c203b0..fe86ce39b 100644
--- a/searx/templates/oscar/preferences.html
+++ b/searx/templates/oscar/preferences.html
@@ -321,6 +321,9 @@
<noscript><label>{{ _(categ) }}</label>
</noscript>
<div class="tab-pane{% if loop.first %} active{% endif %} active_if_nojs" id="tab_engine_{{ categ|replace(' ', '_') }}">
+ {% if categ == OTHER_CATEGORY %}
+ <p>{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}</p>
+ {% endif %}
<div class="container-fluid">
<fieldset>
<div class="table-responsive">
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html
index bec478f26..043f9d634 100644
--- a/searx/templates/simple/preferences.html
+++ b/searx/templates/simple/preferences.html
@@ -276,6 +276,9 @@
{{ tabs_open() }}
{% for categ in categories_as_tabs + [OTHER_CATEGORY] %}
{{ tab_header('enginetab', 'category' + categ, _(categ)) }}
+ {% if categ == OTHER_CATEGORY %}
+ <p>{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}</p>
+ {% endif %}
<div class="scrollx">
<table class="striped">
<tr>