2017-12-14 05:51:45 +01:00
|
|
|
<div id="profile-field-settings" class="settings-section" data-name="profile-field-settings">
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Custom profile fields"}}</h3>
|
2022-03-20 17:58:28 +01:00
|
|
|
<div class="alert-notification" id="admin-profile-field-status"></div>
|
2022-06-13 14:39:59 +02:00
|
|
|
{{#if is_admin}}
|
|
|
|
<button class="button rounded sea-green" id="add-custom-profile-field-btn">{{t "Add a new profile field" }}</button>
|
|
|
|
{{/if}}
|
2022-03-04 13:06:28 +01:00
|
|
|
</div>
|
2023-08-17 13:41:16 +02:00
|
|
|
<div class="admin-table-wrapper" data-simplebar>
|
2023-08-07 09:32:19 +02:00
|
|
|
<table class="table table-striped admin_profile_fields_table">
|
2023-07-27 09:26:04 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{{t "Label" }}</th>
|
|
|
|
<th>{{t "Hint" }}</th>
|
|
|
|
<th>{{t "Type" }}</th>
|
|
|
|
{{#if is_admin}}
|
|
|
|
<th class="display">{{t "Card"}}</th>
|
2024-03-19 14:22:03 +01:00
|
|
|
<th class="required">{{t "Required"}}</th>
|
2023-07-27 09:26:04 +02:00
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
{{/if}}
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="admin_profile_fields_table" class="required-text" data-empty="{{t 'No custom profile field configured for this organization.' }}"></tbody>
|
2017-12-14 05:51:45 +01:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|