Mercurial > libervia-templates
comparison sat_templates/templates/bulma/list/overview.html @ 303:877f01720036
bulma (lists): creation, invitations, item deletion:
- add interface to create lists from templates
- show list specific icon when available in lists discovery
- owned lists can be deleted from lists discovery
- lists can now be created from templates
- when edition is allowed, a delete button let now delete a list item from single item
view
- new button to launch invitation manager from list overview
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Feb 2021 13:39:11 +0100 |
parents | 1c330913ff13 |
children | 27511c821481 |
comparison
equal
deleted
inserted
replaced
302:60979d67eae7 | 303:877f01720036 |
---|---|
11 <nav class="level mb-4"> | 11 <nav class="level mb-4"> |
12 <div class="level-left"> | 12 <div class="level-left"> |
13 <div class="level-item"> | 13 <div class="level-item"> |
14 {{ component.action_button(url_list_new) }} | 14 {{ component.action_button(url_list_new) }} |
15 </div> | 15 </div> |
16 {% if owner %} | |
17 <div class="level-item"> | |
18 {{ | |
19 component.action_button( | |
20 "#", | |
21 label=_("manage invitations"), | |
22 icon="group", | |
23 id="button_manage") | |
24 }} | |
25 </div> | |
26 {% endif %} | |
16 </div> | 27 </div> |
17 <div class="level-right"> | 28 <div class="level-right"> |
18 <div class="level-item"> | 29 <div class="level-item"> |
19 {{ textbox.search() }} | 30 {{ textbox.search() }} |
20 </div> | 31 </div> |