Files
notifications-admin/app/templates/views/templates/_search-box.html
2017-10-16 09:34:40 +01:00

10 lines
305 B
HTML

{% if show_search_box %}
<div data-module="autofocus">
<div class="live-search" data-module="live-search" data-targets="#template-list .column-whole">
{{ textbox(
search_form.search,
width='1-1'
) }}
</div>
</div>
{% endif %}