diff --git a/searx/static/themes/simple/css/searx-rtl.css b/searx/static/themes/simple/css/searx-rtl.css index 5ea4193f1..63ab1d619 100644 --- a/searx/static/themes/simple/css/searx-rtl.css +++ b/searx/static/themes/simple/css/searx-rtl.css @@ -1844,6 +1844,11 @@ td:hover .engine-tooltip, .column-reliability .engine-tooltip { right: 12rem; } +#tab-contentquery table td, +#tab-contentquery table th { + text-align: left !important; + height: 3rem; +} #main_preferences form { width: 100%; } diff --git a/searx/static/themes/simple/css/searx-rtl.min.css b/searx/static/themes/simple/css/searx-rtl.min.css index 3052f2d0d..d2e2be6cc 100644 Binary files a/searx/static/themes/simple/css/searx-rtl.min.css and b/searx/static/themes/simple/css/searx-rtl.min.css differ diff --git a/searx/static/themes/simple/css/searx-rtl.min.css.map b/searx/static/themes/simple/css/searx-rtl.min.css.map index 171cf3258..bbb8b5290 100644 Binary files a/searx/static/themes/simple/css/searx-rtl.min.css.map and b/searx/static/themes/simple/css/searx-rtl.min.css.map differ diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 288f077ef..e2306757d 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1844,6 +1844,11 @@ td:hover .engine-tooltip, .column-reliability .engine-tooltip { right: 12rem; } +#tab-contentquery table td, +#tab-contentquery table th { + text-align: left !important; + height: 3rem; +} #main_preferences form { width: 100%; } diff --git a/searx/static/themes/simple/css/searx.min.css b/searx/static/themes/simple/css/searx.min.css index 7df4eacbd..2e175e34d 100644 Binary files a/searx/static/themes/simple/css/searx.min.css and b/searx/static/themes/simple/css/searx.min.css differ diff --git a/searx/static/themes/simple/css/searx.min.css.map b/searx/static/themes/simple/css/searx.min.css.map index d93b6d739..0231f68a2 100644 Binary files a/searx/static/themes/simple/css/searx.min.css.map and b/searx/static/themes/simple/css/searx.min.css.map differ diff --git a/searx/static/themes/simple/src/less/preferences.less b/searx/static/themes/simple/src/less/preferences.less index d03bf42d2..034102e66 100644 --- a/searx/static/themes/simple/src/less/preferences.less +++ b/searx/static/themes/simple/src/less/preferences.less @@ -4,6 +4,12 @@ } } +#tab-contentquery table td, +#tab-contentquery table th { + text-align: left !important; + height: 3rem; +} + #main_preferences { form { width: 100%; diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index d544a8cb8..1164bd04f 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -102,79 +102,147 @@ {{ tabs_open() }} -{{ tab_header('maintab', 'general', _('General')) }} - {% if 'categories' not in locked_preferences %} -
- {% endif %} - {% if 'language' not in locked_preferences %} - + {% endif %} + {{ tab_footer() }} + + {{ tab_header('maintab', 'ui', _('User interface')) }} + {% if 'locale' not in locked_preferences %} ++ +
++ +
++ +
++ +
++ +
+{{ _('Currently used search engines') }}
- {{ tabs_open() }} {% for categ in all_categories %} - {{ tab_header('enginetab', 'category' + categ, _(categ)) }}{{ _("Reliablity") }} | {% for search_engine in engines_by_category[categ] %} - {% if not search_engine.private %} {% set engine_id = 'engine_' + search_engine.name|replace(' ', '_') + '__' + categ|replace(' ', '_') %}||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ _('Allow') }} | +{{ _('Keywords') }} | +{{ _('Name') }} | +{{ _('Description') }} | +{{ _('Examples') }} | ++ | {{ _('This is the list of searx\'s instant answering modules.') }} | + {% for answerer in answerers %} +
---|---|---|---|---|
+ | {{ answerer.keywords|join(', ') }} | +{{ answerer.info.name }} | +{{ answerer.info.description }} | +{{ answerer.info.examples|join(', ') }} | ++ | {{ _('This is the list of plugins.') }} | + {%- for plugin in plugins -%} + {%- if plugin.preference_section == 'query' -%} +
{{- checkbox_onoff('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}} | +{{ plugin.query_keywords|join(', ') }} | +{{ _(plugin.name) }} | +{{ _(plugin.description) }} | +{{ plugin.query_examples }} | +
{{ _('This is the list of cookies and their values searx is storing on your computer.') }}
{{ _('With that list, you can assess searx transparency.') }}