[feat] preferences: button to enable/disable all engines

This commit is contained in:
Bnyro 2024-04-06 12:52:03 +02:00 committed by Markus Heiser
parent 46efb2f36d
commit 3ea278aff4
3 changed files with 27 additions and 0 deletions

View file

@ -10,6 +10,12 @@
{{- ' ' -}}<a href="{{ url_for('info', pagename='search-syntax') }}">&#9432;</a>
</p>
{%- endif -%}
<div class="hide_if_nojs" id="toggle-all-engines-container">
<button type="button" class="button enable-all-engines">{{ _("Enable all") }}</button>
<button type="button" class="button disable-all-engines">{{ _("Disable all") }}</button>
</div>
<div class="scrollx">{{- '' -}}
<table class="striped table_engines">{{- '' -}}