2024-10-16 06:05:38 +02:00
|
|
|
<div class="input-group can-manage-group-container">
|
2024-10-16 08:17:01 +02:00
|
|
|
<label class="group-setting-label">{{t "Who can manage this group" }}</label>
|
2024-10-16 06:05:38 +02:00
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_manage_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2024-10-16 06:59:07 +02:00
|
|
|
<div class="input-group can-mention-group-container">
|
2024-10-16 08:17:01 +02:00
|
|
|
<label class="group-setting-label">{{t "Who can mention this group" }}</label>
|
2024-10-16 06:59:07 +02:00
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_mention_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-08-04 16:07:18 +02:00
|
|
|
|
2024-10-16 06:05:38 +02:00
|
|
|
<div class="input-group can-add-members-group-container">
|
2024-10-16 08:17:01 +02:00
|
|
|
<label class="group-setting-label">{{t "Who can add members to this group" }}</label>
|
2024-10-16 06:05:38 +02:00
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_add_members_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
2024-08-26 05:54:48 +02:00
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-10-02 13:47:50 +02:00
|
|
|
|
|
|
|
<div class="input-group can-join-group-container">
|
2024-10-16 08:17:01 +02:00
|
|
|
<label class="group-setting-label">{{t "Who can join this group" }}</label>
|
2024-10-02 13:47:50 +02:00
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_join_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-10-08 16:37:34 +02:00
|
|
|
|
2024-10-14 13:40:32 +02:00
|
|
|
<div class="input-group can-leave-group-container">
|
2024-10-16 08:17:01 +02:00
|
|
|
<label class="group-setting-label">{{t "Who can leave this group" }}</label>
|
2024-10-14 13:40:32 +02:00
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_leave_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|