comparison sat_templates/templates/bulma/invitation/manager.html @ 302:60979d67eae7

bulma (invitation): use neutral "page" term as invitation manager is used not only for photo albums
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:37:25 +0100
parents dbdaf1d7442b
children
comparison
equal deleted inserted replaced
301:ba6f0af3a3f9 302:60979d67eae7
6 <div class="panel_wrapper click_to_close"> 6 <div class="panel_wrapper click_to_close">
7 <div class="invitation_manager_side_panel"> 7 <div class="invitation_manager_side_panel">
8 <section class="section"> 8 <section class="section">
9 <div class="message is-info"> 9 <div class="message is-info">
10 <div class="message-body"> 10 <div class="message-body">
11 {% trans %}in this panel, you can manage people who can access this album, and send invitations{% endtrans %} 11 {% trans %}in this panel, you can manage people who can access this page, and send invitations{% endtrans %}
12 </div> 12 </div>
13 </div> 13 </div>
14 </section> 14 </section>
15 <section class="section"> 15 <section class="section">
16 <div id="affiliations"> 16 <div id="affiliations">
17 <h4 class="title is-4">{% trans %}people who can access this album{% endtrans %}</h4> 17 <h4 class="title is-4">{% trans %}people who can access this page{% endtrans %}</h4>
18 </div> 18 </div>
19 {% call form.form(id="invitation_form", class="mt-4") %} 19 {% call form.form(id="invitation_form", class="mt-4") %}
20 {{ textbox.head(event_service, event_node, 'event') }} 20 {{ textbox.head(event_service, event_node, 'event') }}
21 {{ field.meta('event_id', event_id) }} 21 {{ field.meta('event_id', event_id) }}
22 {% call dialog.search_dialog(id="invitation_contact_search", class="is-block") %} 22 {% call dialog.search_dialog(id="invitation_contact_search", class="is-block") %}