From 15a3dbf7a0222ed243c25c98262be4eeae10db77 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 8 Sep 2023 12:49:01 +0200 Subject: [fix] preferences - layout of the "special queries" tab Signed-off-by: Markus Heiser --- searx/templates/simple/preferences/answerers.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'searx/templates/simple/preferences/answerers.html') diff --git a/searx/templates/simple/preferences/answerers.html b/searx/templates/simple/preferences/answerers.html index b2770c2f5..98ae61830 100644 --- a/searx/templates/simple/preferences/answerers.html +++ b/searx/templates/simple/preferences/answerers.html @@ -8,14 +8,15 @@ {{ _('Examples') }}{{- '' -}} {{- '' -}} - {{- '' -}} - - {{- _("This is the list of SearXNG's instant answering modules.") -}} - + {{- '' -}} + + {{- _("This is the list of SearXNG's instant answering modules.") -}} + {{- '' -}} + {%- for answerer in answerers -%} {{- '' -}} - {{- '' -}} + {{- '' -}} {{ answerer.keywords|join(', ') }}{{- '' -}} {{ answerer.info.name }}{{- '' -}} {{ answerer.info.description }}{{- '' -}} @@ -23,15 +24,16 @@ {%- endfor -%} - {{- '' -}} - - {{- _('This is the list of plugins.') -}} - {{- '' -}} + {{- '' -}} + + {{- _('This is the list of plugins.') -}} + {{- '' -}} + {%- for plugin in plugins -%} {%- if plugin.preference_section == 'query' -%} {{- '' -}} - {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}}{{- '' -}} + {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}}{{- '' -}} {{ plugin.query_keywords|join(', ') }}{{- '' -}} {{ _(plugin.name) }}{{- '' -}} {{ _(plugin.description) }}{{- '' -}} -- cgit v1.2.3