From 0a3b9a7b00fb2f9af562ba73fb543a5ea7967782 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 16 Jan 2015 16:58:44 +0100 Subject: [enh] add image proxy toggle to preferences templates --- searx/templates/oscar/preferences.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'searx/templates/oscar/preferences.html') diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index 644865822..1a885f6cc 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -52,7 +52,7 @@
- + + + + +
+ {{ _('Proxying image results through searx') }} +
@@ -87,18 +97,18 @@
- + - + - +
{% for (categ,search_engines) in categs %} @@ -136,6 +146,6 @@
{{ _('back') }}
- +
{% endblock %} -- cgit v1.2.3