forked from Icycoide/searxng
[mod] rename "default" theme to "legacy"
This commit is contained in:
parent
aaf5d506e5
commit
bee7b497a3
68 changed files with 24 additions and 24 deletions
10
searx/templates/legacy/categories.html
Normal file
10
searx/templates/legacy/categories.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div id="categories">
|
||||
<div id="categories_container">
|
||||
{% for category in categories %}
|
||||
<div class="checkbox_container">
|
||||
<input type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /><label for="checkbox_{{ category|replace(' ', '_') }}" class="tooltips">{{ _(category) }}</label>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% if display_tooltip %}<div class="hidden">{{ _('Click on the magnifier to perform search') }}</div>{% endif %}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue