2022-03-30 08:26:33 +02:00
|
|
|
<form id="add-user-group-form">
|
|
|
|
<div>
|
|
|
|
<label for="user_group_name">{{t "Name" }}</label>
|
2023-03-27 10:24:27 +02:00
|
|
|
<input type="text" name="name" id="user_group_name" class="modal_text_input" maxlength="100" placeholder="{{t 'marketing' }}" />
|
2022-03-30 08:26:33 +02:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<label for="user_group_description">{{t "Description" }}</label>
|
2023-06-20 08:39:31 +02:00
|
|
|
<input type="text" name="description" id="user_group_description" class="modal_text_input" maxlength="300" placeholder="{{t 'Marketing team' }}" />
|
2022-03-30 08:26:33 +02:00
|
|
|
</div>
|
|
|
|
</form>
|