2024-08-11 10:39:46 +02:00
|
|
|
<fieldset>{{- '' -}}
|
|
|
|
<legend id="pref_favicon_resolver">{{- _('Favicon Resolver') -}}</legend>{{- '' -}}
|
|
|
|
<div class="value">{{- '' -}}
|
|
|
|
<select name="favicon_resolver" aria-labelledby="pref_favicon_resolver">{{- '' -}}
|
|
|
|
<option value=""> - </option>
|
2024-08-19 17:47:54 +02:00
|
|
|
{%- for backend in favicon_resolver_names -%}
|
2024-08-11 10:39:46 +02:00
|
|
|
<option value="{{ backend }}"
|
|
|
|
{%- if backend == favicon_resolver %} selected="selected" {%- endif -%}>
|
|
|
|
{{- backend -}}
|
|
|
|
</option>
|
|
|
|
{%- endfor -%}
|
|
|
|
</select>{{- '' -}}
|
|
|
|
</div>{{- '' -}}
|
|
|
|
<div class="description">
|
|
|
|
{{- _('Display favicons near search results') -}}
|
|
|
|
</div>{{- '' -}}
|
|
|
|
</fieldset>{{- '' -}}
|