diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 5b72d5f9e..825a98fe2 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -8,7 +8,7 @@ {%- macro tab_header(name, id, label, checked) -%} -
+
{%- endmacro -%} {%- macro tab_footer() -%} @@ -27,11 +27,11 @@ {%- endif -%} {%- endmacro -%} -{%- macro checkbox_onoff_reversed(name, checked) -%} +{%- macro checkbox_onoff_reversed(name, checked, labelledby) -%} {%- endmacro -%} @@ -42,9 +42,9 @@
{{- '' -}} {{ _(plugin.name) }}{{- '' -}}
- {{- 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 -}}{{- '' -}} -