summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences/search_on_category_select.html
blob: 5fdef36511f434242ab56195568cb516282839b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<fieldset>{{- '' -}}
  <legend>{{ _('Search on category select') }}</legend>{{- '' -}}
  <p class="value">{{- '' -}}
    <input type="checkbox" {{- ' ' -}}
           name="search_on_category_select" {{- ' ' -}}
           aria-labelledby="pref_search_on_category_select" {{- ' ' -}}
           class="checkbox-onoff" {{- ' ' -}}
           {%- if preferences.get_value('search_on_category_select') -%}
             checked
           {%- endif -%}{{- ' ' -}}
           >{{- '' -}}
  </p>{{- '' -}}
  <div class="description" id="pref_search_on_category_select">
    {{- _('Perform a search immediately if a category is selected. Disable to select multiple categories') -}}
  </div>{{- '' -}}
</fieldset>{{- '' -}}