mirror of
https://github.com/searxng/searxng.git
synced 2025-09-14 06:08:23 +02:00
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
16 lines
654 B
HTML
16 lines
654 B
HTML
<fieldset>{{- '' -}}
|
|
<legend>{{ _('Infinite scroll') }}</legend>{{- '' -}}
|
|
<p class="value">{{- '' -}}
|
|
<input type="checkbox" {{- ' ' -}}
|
|
name="infinite_scroll" {{- ' ' -}}
|
|
aria-labelledby="pref_infinite_scroll" {{- ' ' -}}
|
|
class="checkbox-onoff" {{- ' ' -}}
|
|
{%- if preferences.get_value('infinite_scroll') -%}
|
|
checked
|
|
{%- endif -%}{{- ' ' -}}
|
|
>{{- '' -}}
|
|
</p>{{- '' -}}
|
|
<div class="description" id="pref_infinite_scroll">
|
|
{{- _('Automatically load the next page when scrolling to the bottom of the current page') -}}
|
|
</div>{{- '' -}}
|
|
</fieldset>{{- '' -}}
|