mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[mod] engine list
This commit is contained in:
		
							parent
							
								
									8408be977e
								
							
						
					
					
						commit
						9b4d60972a
					
				@ -38,7 +38,6 @@
 | 
				
			|||||||
    <table>
 | 
					    <table>
 | 
				
			||||||
        <tr>
 | 
					        <tr>
 | 
				
			||||||
            <th>{{ _('Engine name') }}</th>
 | 
					            <th>{{ _('Engine name') }}</th>
 | 
				
			||||||
            <th>{{ _('Shortcut') }}</th>
 | 
					 | 
				
			||||||
            <th>{{ _('Category') }}</th>
 | 
					            <th>{{ _('Category') }}</th>
 | 
				
			||||||
            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
 | 
					            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
 | 
				
			||||||
        </tr>
 | 
					        </tr>
 | 
				
			||||||
@ -47,8 +46,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            {% if not search_engine.private %}
 | 
					            {% if not search_engine.private %}
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
                <td>{{ search_engine.name }}</td>
 | 
					                <td>{{ search_engine.name }} ({{ shortcuts[search_engine.name] }})</td>
 | 
				
			||||||
                <td>{{ shortcuts[search_engine.name] }}</td>
 | 
					 | 
				
			||||||
                <td>{{ _(categ) }}</td>
 | 
					                <td>{{ _(categ) }}</td>
 | 
				
			||||||
                <td class="engine_checkbox">
 | 
					                <td class="engine_checkbox">
 | 
				
			||||||
                    <input type="checkbox" id="engine_{{ categ }}_{{ search_engine.name|replace(' ', '_') }}" name="engine_{{ search_engine.name }}"{% if search_engine.name in blocked_engines %} checked="checked"{% endif %} />
 | 
					                    <input type="checkbox" id="engine_{{ categ }}_{{ search_engine.name|replace(' ', '_') }}" name="engine_{{ search_engine.name }}"{% if search_engine.name in blocked_engines %} checked="checked"{% endif %} />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user