2017-11-13 05:20:42 +01:00
<div id="user-groups-admin" class="settings-section" data-name="user-groups-admin">
2018-02-19 13:35:18 +01:00
{{ # unless is_admin }}
2019-11-02 17:58:55 +01:00
{{ # if ( eq realm_user_group_edit_policy USER_GROUP_EDIT_POLICY_MEMBERS ) }}
<div class="tip"> {{ t 'Only group members and organization administrators can modify a group.' }} </div>
{{ else }}
<div class="tip"> {{ t 'Only organization administrators can modify user groups in this organization.' }} </div>
{{ / if }}
2018-02-19 13:35:18 +01:00
{{ / unless }}
2019-11-02 17:58:55 +01:00
2018-06-14 08:35:05 +02:00
{{ # unless is_guest }}
2019-11-02 17:58:55 +01:00
<p>
2020-05-26 05:15:21 +02:00
{{ # tr this }} User groups allow you to <a href="/help/mention-a-user-or-group" target="_blank" rel="noopener noreferrer">mention</a> multiple users at once. When you mention a user group, everyone in the group is notified as if they were individually mentioned. {{ / tr }}
2019-11-02 17:58:55 +01:00
</p>
2020-02-21 20:13:14 +01:00
{{ # if ( or is_admin ( eq realm_user_group_edit_policy USER_GROUP_EDIT_POLICY_MEMBERS ) ) }}
2019-11-02 17:58:55 +01:00
<form class="form-horizontal admin-user-group-form">
<div class="add-new-user-group-box grey-box">
<div class="new-user-group-form">
<div class="settings-section-title new-user-group-section-title no-padding"> {{ t "Add a new user group" }} </div>
<div class="alert" id="admin-user-group-status"></div>
<div class="inline-block">
<label for="user_group_name"> {{ t "Name" }} </label>
<input type="text" name="name" id="user_group_name" maxlength="100" placeholder=" {{ t 'marketing' }} " />
</div>
<div class="inline-block">
<label for="user_group_description"> {{ t "Description" }} </label>
<input type="text" name="description" id="user_group_description" maxlength="300" placeholder=" {{ t 'Marketing team' }} " />
</div>
<button type="submit" class="button rounded sea-green">
{{ t 'Save' }}
</button>
2017-11-17 04:31:37 +01:00
</div>
</div>
2019-11-02 17:58:55 +01:00
</form>
2020-02-21 20:13:14 +01:00
{{ / if }}
2018-06-14 08:35:05 +02:00
{{ / unless }}
2017-11-17 04:31:37 +01:00
2018-08-22 00:31:48 +02:00
<div id="user-groups" class="new-style"></div>
2017-11-13 05:20:42 +01:00
</div>