BrainMinder/assets/templates/items/all_list_title.tmpl

7 lines
409 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:title"}}
2024-11-29 17:56:53 +01:00
<div id="page-title-title"><h5>All Items</h5></div>
2025-01-01 17:30:11 +01:00
<div class="hide-large" id="top-toolbar">
2025-01-01 17:44:54 +01:00
<a class="button" href="#" onclick="bm_toggle_visibility_list_search('all_items_search'); return false;" ><i class="bi bi-search"></i></a>
2024-11-29 17:56:53 +01:00
<a href="#" onclick="bm_toggle_quickbox(); return false;" class="button"><i class='bi bi-inbox-fill'></i></a>
</div>
2024-08-22 10:13:16 +02:00
{{end}}