18 lines
		
	
	
		
			660 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			660 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<fieldset>{{- '' -}}
							 | 
						||
| 
								 | 
							
								  <legend id="pref_favicon_resolver">{{- _('Favicon Resolver') -}}</legend>{{- '' -}}
							 | 
						||
| 
								 | 
							
								  <div class="value">{{- '' -}}
							 | 
						||
| 
								 | 
							
								    <select name="favicon_resolver" aria-labelledby="pref_favicon_resolver">{{- '' -}}
							 | 
						||
| 
								 | 
							
								      <option value=""> - </option>
							 | 
						||
| 
								 | 
							
								      {%- for backend in favicon_backends -%}
							 | 
						||
| 
								 | 
							
								        <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>{{- '' -}}
							 |