center_alignment.html 636 B

12345678910111213141516
  1. <fieldset>{{- '' -}}
  2. <legend id="pref_center_alignment">{{ _('Center Alignment') }}</legend>{{- '' -}}
  3. <p class="value">{{- '' -}}
  4. <input type="checkbox" {{- ' ' -}}
  5. name="center_alignment" {{- ' ' -}}
  6. aria-labelledby="pref_center_alignment" {{- ' ' -}}
  7. class="checkbox-onoff" {{- ' ' -}}
  8. {%- if preferences.get_value('center_alignment') -%}
  9. checked
  10. {%- endif -%}{{- ' ' -}}
  11. >{{- '' -}}
  12. </p>{{- '' -}}
  13. <div class="description">
  14. {{- _('Displays results in the center of the page (Oscar layout).') -}}
  15. </div>{{- '' -}}
  16. </fieldset>{{- '' -}}