2023-06-02 15:30:02 +02:00
|
|
|
<fieldset>{{- '' -}}
|
|
|
|
<legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}}
|
|
|
|
<p class="value">{{- '' -}}
|
2023-08-20 14:03:03 +02:00
|
|
|
<input type="checkbox" {{- ' ' -}}
|
|
|
|
name="results_on_new_tab" {{- ' ' -}}
|
|
|
|
aria-labelledby="pref_results_on_new_tab" {{- ' ' -}}
|
|
|
|
class="checkbox-onoff" {{- ' ' -}}
|
|
|
|
{%- if preferences.get_value('results_on_new_tab') -%}
|
|
|
|
checked
|
|
|
|
{%- endif -%}{{- ' ' -}}
|
|
|
|
/>{{- ' ' -}}
|
2023-06-02 15:30:02 +02:00
|
|
|
</p>{{- '' -}}
|
|
|
|
<div class="description">
|
|
|
|
{{- _('Open result links on new browser tabs') -}}
|
|
|
|
</div>{{- '' -}}
|
|
|
|
</fieldset>{{- '' -}}
|