summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/preferences.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html
index e5743e116..ba861a68e 100644
--- a/searx/templates/oscar/preferences.html
+++ b/searx/templates/oscar/preferences.html
@@ -318,15 +318,15 @@
<th scope="col">{{ _("Allow") }}</th>
<th scope="col">{{ _("Engine name") }}</th>
<th scope="col">{{ _("Shortcut") }}</th>
- <th scope="col" class="col-checkbox">{{ _("Selected language") }}</th>
- <th scope="col" class="col-checkbox">{{ _("SafeSearch") }}</th>
- <th scope="col" class="col-checkbox">{{ _("Time range") }}</th>
+ <th scope="col" class="col-stat">{{ _("Selected language") }}</th>
+ <th scope="col" class="col-stat">{{ _("SafeSearch") }}</th>
+ <th scope="col" class="col-stat">{{ _("Time range") }}</th>
<th scope="col">{{ _("Response time") }}</th>
- <th scope="col" class="col-checkbox text-right">{{ _("Max time") }}</th>
- <th scope="col" class="col-checkbox text-right">{{ _("Reliablity") }}</th>
+ <th scope="col" class="col-stat text-right">{{ _("Max time") }}</th>
+ <th scope="col" class="col-stat text-right">{{ _("Reliablity") }}</th>
{% else %}
- <th scope="col">{{ _("Reliablity") }}</th>
- <th scope="col">{{ _("Max time") }}</th>
+ <th scope="col" class="col-stat">{{ _("Reliablity") }}</th>
+ <th scope="col" class="col-stat">{{ _("Max time") }}</th>
<th scope="col" class="text-right">{{ _("Response time") }}</th>
<th scope="col" class="text-right">{{ _("Time range") }}</th>
<th scope="col" class="text-right">{{ _("SafeSearch") }}</th>