Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/extra_menu.html @ 386:e63fb06052ae
bulma: message edition + extra menu + improvments:
- add an extra menu template with `Edit` and `Quote`
- add a template for previous editions popup
- fix `own_msg` class application
- add CSS for edit mode
- cosmetic changes
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Nov 2023 17:48:00 +0100 |
parents | |
children | 8b990c78d4b5 |
comparison
equal
deleted
inserted
replaced
385:941e4006ab6e | 386:e63fb06052ae |
---|---|
1 <div class="extra-menu-popup"> | |
2 <ul class="menu-list"> | |
3 <li class="action_quote"> | |
4 <a href="#" class=""> | |
5 {{ icon('quote-left', cls='icon is-small') }} {% trans %}Quote{% endtrans %} | |
6 </a> | |
7 </li> | |
8 {% if edit %} | |
9 <li class="action_edit"> | |
10 <a href="#" class=""> | |
11 {{ icon('pencil', cls='icon is-small') }} {% trans %}Edit{% endtrans %} | |
12 </a> | |
13 </li> | |
14 {% endif %} | |
15 </ul> | |
16 </div> |