[simple] remove now superfluous help text

Fixes #498.
This commit is contained in:
Martin Fischer 2022-01-06 23:47:49 +01:00 committed by Markus Heiser
parent 695e5d0005
commit 705af19b0f
3 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@
<button id="clear_search" type="button" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('close') }}</span><span class="show_if_nojs">{{ _('clear') }}</span></button>
<button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('search-outline') }}</span><span class="show_if_nojs">{{ _('search') }}</span></button>
</div>
{% set display_tooltip = true %}
{% with categories_class='search-tabs' %}
{% include 'simple/categories.html' %}
{% endwith %}