2023-06-15 23:08:02 +02:00
|
|
|
<fieldset>{{- '' -}}
|
2023-09-17 11:03:23 +02:00
|
|
|
<legend id="pref_query_in_title">{{ _("Query in the page's title") }}</legend>{{- '' -}}
|
2023-06-15 23:08:02 +02:00
|
|
|
<p class="value">{{- '' -}}
|
2023-09-17 11:03:23 +02:00
|
|
|
<input type="checkbox" {{- ' ' -}}
|
|
|
|
name="query_in_title" {{- ' ' -}}
|
|
|
|
aria-labelledby="pref_query_in_title" {{- ' ' -}}
|
|
|
|
class="checkbox-onoff" {{- ' ' -}}
|
|
|
|
{%- if preferences.get_value('query_in_title') -%}
|
|
|
|
checked
|
|
|
|
{%- endif -%}{{- ' ' -}}
|
|
|
|
/>{{- '' -}}
|
2023-06-15 23:08:02 +02:00
|
|
|
</p>{{- '' -}}
|
|
|
|
<div class="description">
|
|
|
|
{{- _("When enabled, the result page's title contains your query. Your browser can record this title") -}}
|
|
|
|
</div>{{- '' -}}
|
|
|
|
</fieldset>{{- '' -}}
|