results_on_new_tab.html 627 B

1234567891011121314151617
  1. <fieldset>{{- '' -}}
  2. <legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}}
  3. <p class="value">{{- '' -}}
  4. <input type="checkbox" {{- ' ' -}}
  5. name="results_on_new_tab" {{- ' ' -}}
  6. aria-labelledby="pref_results_on_new_tab" {{- ' ' -}}
  7. class="checkbox-onoff" {{- ' ' -}}
  8. {%- if preferences.get_value('results_on_new_tab') -%}
  9. checked
  10. {%- endif -%}{{- ' ' -}}
  11. >{{- ' ' -}}
  12. </p>{{- '' -}}
  13. <div class="description">
  14. {{- _('Open result links on new browser tabs') -}}
  15. </div>{{- '' -}}
  16. </fieldset>{{- '' -}}