summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences/engines.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/simple/preferences/engines.html')
-rw-r--r--searx/templates/simple/preferences/engines.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/templates/simple/preferences/engines.html b/searx/templates/simple/preferences/engines.html
index 0dd74a0bb..ae71e1c97 100644
--- a/searx/templates/simple/preferences/engines.html
+++ b/searx/templates/simple/preferences/engines.html
@@ -14,7 +14,7 @@
<table class="striped table_engines">{{- '' -}}
<tr>{{- '' -}}
- <th class="engine_checkbox">{{- _("Allow") -}}</th>{{- '' -}}
+ <th class="checkbox-col">{{- _("Allow") -}}</th>{{- '' -}}
<th class="name">{{- _("Engine name") -}}</th>{{- '' -}}
<th class="shortcut">{{ _("!bang") -}}</th>{{- '' -}}
<th>{{- _("Supports selected language") -}}</th>{{- '' -}}
@@ -33,9 +33,9 @@
{%- for group, group_bang, engines in engines_by_category[categ] | group_engines_in_tab -%}
{%- if loop.length > 1 -%}
- <tr>{{- '' -}}
- <th class="engine-group" colspan="2">{{- _(group) -}}</th>{{- '' -}}
- <th class="engine-group" colspan="8">
+ <tr class="pref-group" >{{- '' -}}
+ <th colspan="2">{{- _(group) -}}</th>{{- '' -}}
+ <th colspan="8">
{%- if group_bang -%}
<span class="bang">{{- group_bang -}}</span>
{%- endif -%}</th>{{- '' -}}