results_on_new_tab.html 630 B

123456789101112
  1. <fieldset>{{- '' -}}
  2. <legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}}
  3. <p class="value">{{- '' -}}
  4. <select name='results_on_new_tab' aria-labelledby="pref_results_on_new_tab">{{- '' -}}
  5. <option value="1" {% if results_on_new_tab %}selected="selected"{% endif %}>{{ _('On') }}</option>{{- '' -}}
  6. <option value="0" {% if not results_on_new_tab %}selected="selected"{% endif %}>{{ _('Off')}}</option>{{- '' -}}
  7. </select>{{- '' -}}
  8. </p>{{- '' -}}
  9. <div class="description">
  10. {{- _('Open result links on new browser tabs') -}}
  11. </div>{{- '' -}}
  12. </fieldset>{{- '' -}}