diff --git a/searx/templates/oscar/messages/no_results.html b/searx/templates/oscar/messages/no_results.html index 82bf2f77a..7ad6423c5 100644 --- a/searx/templates/oscar/messages/no_results.html +++ b/searx/templates/oscar/messages/no_results.html @@ -2,11 +2,14 @@ {% if unresponsive_engines %} {% else %} diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index e8cae1ca5..3f113afec 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -12,6 +12,11 @@ {%- if stats[search_engine.name]['result_count'] -%}

{{ _('Number of results') }}: {{ stats[search_engine.name]['result_count'] }} ( {{ _('Avg.') }} )

{{- "" -}} {%- endif -%} + {%- if reliabilities[search_engine.name].errors -%} + + {{ _('View error logs and submit a bug report') }} + + {%- endif -%} {%- endif -%} {%- endmacro %} @@ -50,9 +55,11 @@ {% endif %} {% if checker_result or errors %} {{- "" -}} - - {%- if reliabilities[engine_name].checker %}{{ icon('exclamation-sign', 'The checker fails on the some tests') }}{% endif %} {{ r -}} - {{- "" -}} + {{- "" -}} + + {%- if reliabilities[engine_name].checker %}{{ icon('exclamation-sign', 'The checker fails on the some tests') }}{% endif %} {{ r -}} + {{- "" -}} + {{- "" -}} -

- {{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} +

+ {{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}

- {{ _('Search URL of the currently saved preferences') }} - ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}): + {{ _('Search URL of the currently saved preferences') }} + ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}):

-
+
{{ _('back') }}
{{ _('Reset defaults') }}
-
+
{% endblock %} diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index df2d42430..ec84e489b 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -31,7 +31,12 @@ {%- endif %} diff --git a/searx/templates/simple/messages/no_results.html b/searx/templates/simple/messages/no_results.html index df75ef228..b7f02167e 100644 --- a/searx/templates/simple/messages/no_results.html +++ b/searx/templates/simple/messages/no_results.html @@ -2,11 +2,15 @@ {% if unresponsive_engines %} {% else %} diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index c7c379618..3e0f6d4cd 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -25,6 +25,12 @@

{{about.website}}

{%- if about.wikidata_id -%}

wikidata.org/wiki/{{about.wikidata_id}}

{%- endif -%} {%- if search_engine.enable_http %}

{{ icon('exclamation-sign', 'No HTTPS') }}{{ _('No HTTPS')}}

{% endif -%} + {%- if reliabilities[search_engine.name].errors -%} + + {{ _('View error logs and submit a bug report') }} + + {%- endif -%} + {%- endif -%} {%- endmacro %} @@ -63,9 +69,11 @@ {% endif %} {% if checker_result or errors %} {{- "" -}} - - {%- if reliabilities[engine_name].checker %}{{ icon('warning', 'The checker fails on the some tests') }}{% endif %} {{ r -}} - {{- "" -}} + {{- "" -}} + + {%- if reliabilities[engine_name].checker %}{{ icon('warning', 'The checker fails on the some tests') }}{% endif %} {{ r -}} + {{- "" -}} + {{- "" -}}