From 116e3f9b1ef241668678ea81cf725f6bc41fb2a4 Mon Sep 17 00:00:00 2001 From: Nicolas Gelot Date: Thu, 18 Apr 2019 09:13:05 +0200 Subject: [PATCH] Add ability on eelo theme to switch to another --- searx/templates/eelo/preferences.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/searx/templates/eelo/preferences.html b/searx/templates/eelo/preferences.html index 55b4eba47..e32160964 100644 --- a/searx/templates/eelo/preferences.html +++ b/searx/templates/eelo/preferences.html @@ -72,6 +72,24 @@ {% endcall %} + {% set theme_label = _('Themes') %} + {% set theme_info = _('Change searx layout') %} + {% call preferences_item(theme_info, theme_label, rtl) %} + + {% endcall %} + + {% call preferences_item(_('Choose style for this theme'), _('Style'), rtl) %} + + {% endcall %} + {% set label = _('Results on new tabs') %} {% set info = _('Open result links on new browser tabs') %} {% call preferences_item(info, label, rtl) %} -- GitLab