mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
parent
a5643aa1ca
commit
cd8ce22f86
@ -322,7 +322,7 @@
|
|||||||
</noscript>
|
</noscript>
|
||||||
<div class="tab-pane{% if loop.first %} active{% endif %} active_if_nojs" id="tab_engine_{{ categ|replace(' ', '_') }}">
|
<div class="tab-pane{% if loop.first %} active{% endif %} active_if_nojs" id="tab_engine_{{ categ|replace(' ', '_') }}">
|
||||||
{% if categ == OTHER_CATEGORY %}
|
{% 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>
|
<p>{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
@ -277,7 +277,7 @@
|
|||||||
{% for categ in categories_as_tabs + [OTHER_CATEGORY] %}
|
{% for categ in categories_as_tabs + [OTHER_CATEGORY] %}
|
||||||
{{ tab_header('enginetab', 'category' + categ, _(categ)) }}
|
{{ tab_header('enginetab', 'category' + categ, _(categ)) }}
|
||||||
{% if categ == OTHER_CATEGORY %}
|
{% 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>
|
<p>{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="scrollx">
|
<div class="scrollx">
|
||||||
<table class="striped">
|
<table class="striped">
|
||||||
|
Loading…
Reference in New Issue
Block a user