query_in_title.html 672 B

1234567891011121314151617
  1. <fieldset>{{- '' -}}
  2. <legend id="pref_query_in_title">{{ _("Query in the page's title") }}</legend>{{- '' -}}
  3. <p class="value">{{- '' -}}
  4. <input type="checkbox" {{- ' ' -}}
  5. name="query_in_title" {{- ' ' -}}
  6. aria-labelledby="pref_query_in_title" {{- ' ' -}}
  7. class="checkbox-onoff" {{- ' ' -}}
  8. {%- if preferences.get_value('query_in_title') -%}
  9. checked
  10. {%- endif -%}{{- ' ' -}}
  11. >{{- '' -}}
  12. </p>{{- '' -}}
  13. <div class="description">
  14. {{- _("When enabled, the result page's title contains your query. Your browser can record this title") -}}
  15. </div>{{- '' -}}
  16. </fieldset>{{- '' -}}