- {{- 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_labelledby' + plugin.id) -}}
{{- '' -}}
-
+
{{- _(plugin.description) -}}
{{- '' -}}
@@ -90,7 +90,7 @@
{{- '' -}}
{%- if stats[engine_name].time != None -%}
{{- stats[engine_name].time -}}{{- '' -}}
-
+
{%- if max_rate95 is not none and max_rate95 > 0 -%}
{{- '' -}}
{{- '' -}}
@@ -127,7 +127,7 @@
{%- if checker_result or errors -%}
| {{- '' -}}
{{- '' -}}
-
+
{{- icon_big('warning', 'The engine is not reliabled') }} {{ r -}}
{{- '' -}}
{{- '' -}}
diff --git a/searx/templates/simple/preferences/answerers.html b/searx/templates/simple/preferences/answerers.html
index 98ae61830..983646ae9 100644
--- a/searx/templates/simple/preferences/answerers.html
+++ b/searx/templates/simple/preferences/answerers.html
@@ -33,10 +33,10 @@
{%- 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_labelledby' + plugin.id) -}} | {{- '' -}}
{{ plugin.query_keywords|join(', ') }} | {{- '' -}}
{{ _(plugin.name) }} | {{- '' -}}
- {{ _(plugin.description) }} | {{- '' -}}
+ {{ _(plugin.description) }} | {{- '' -}}
{{ plugin.query_examples }} | {{- '' -}}
{%- endif -%}
diff --git a/searx/templates/simple/preferences/center_alignment.html b/searx/templates/simple/preferences/center_alignment.html
index 80508a1ae..fa94da3ad 100644
--- a/searx/templates/simple/preferences/center_alignment.html
+++ b/searx/templates/simple/preferences/center_alignment.html
@@ -8,7 +8,7 @@
{%- if preferences.get_value('center_alignment') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
{{- '' -}}
{{- _('Displays results in the center of the page (Oscar layout).') -}}
diff --git a/searx/templates/simple/preferences/image_proxy.html b/searx/templates/simple/preferences/image_proxy.html
index afb3465d4..d79a57b16 100644
--- a/searx/templates/simple/preferences/image_proxy.html
+++ b/searx/templates/simple/preferences/image_proxy.html
@@ -8,7 +8,7 @@
{%- if preferences.get_value('image_proxy') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
{{- '' -}}
{{- _('Proxying image results through SearXNG') -}}
diff --git a/searx/templates/simple/preferences/infinite_scroll.html b/searx/templates/simple/preferences/infinite_scroll.html
index 1a734ae1a..4ed34e438 100644
--- a/searx/templates/simple/preferences/infinite_scroll.html
+++ b/searx/templates/simple/preferences/infinite_scroll.html
@@ -8,9 +8,9 @@
{%- if preferences.get_value('infinite_scroll') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
{{- '' -}}
-
+
{{- _('Automatically load next page when scrolling to bottom of current page') -}}
{{- '' -}}
{{- '' -}}
diff --git a/searx/templates/simple/preferences/query_in_title.html b/searx/templates/simple/preferences/query_in_title.html
index 924d6ccd1..468df901a 100644
--- a/searx/templates/simple/preferences/query_in_title.html
+++ b/searx/templates/simple/preferences/query_in_title.html
@@ -8,7 +8,7 @@
{%- if preferences.get_value('query_in_title') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
{{- '' -}}
{{- _("When enabled, the result page's title contains your query. Your browser can record this title") -}}
diff --git a/searx/templates/simple/preferences/results_on_new_tab.html b/searx/templates/simple/preferences/results_on_new_tab.html
index 972485dcf..2e05bca01 100644
--- a/searx/templates/simple/preferences/results_on_new_tab.html
+++ b/searx/templates/simple/preferences/results_on_new_tab.html
@@ -8,7 +8,7 @@
{%- if preferences.get_value('results_on_new_tab') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- ' ' -}}
+ >{{- ' ' -}}
{{- '' -}}
{{- _('Open result links on new browser tabs') -}}
diff --git a/searx/templates/simple/preferences/search_on_category_select.html b/searx/templates/simple/preferences/search_on_category_select.html
index 2bc680a61..b7700b3b8 100644
--- a/searx/templates/simple/preferences/search_on_category_select.html
+++ b/searx/templates/simple/preferences/search_on_category_select.html
@@ -8,9 +8,9 @@
{%- if preferences.get_value('search_on_category_select') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
{{- '' -}}
-
+
{{- _('Perform search immediately if a category selected. Disable to select multiple categories') -}}
{{- '' -}}
{{- '' -}}
\ No newline at end of file
diff --git a/searx/templates/simple/preferences/tokens.html b/searx/templates/simple/preferences/tokens.html
index 11d85c75f..51b16cd27 100644
--- a/searx/templates/simple/preferences/tokens.html
+++ b/searx/templates/simple/preferences/tokens.html
@@ -3,7 +3,7 @@
{{- '' -}}
{{- '' -}}
+ value='{{ preferences.tokens.get_value() }}'>{{- '' -}}
{{- '' -}}
{{- _('Access tokens for private engines') -}}