2017-02-09 08:10:58 +01:00
|
|
|
<div id="admin-user-list" class="settings-section" data-name="user-list-admin">
|
2019-01-06 19:22:32 +01:00
|
|
|
|
2017-05-09 22:09:31 +02:00
|
|
|
<div class="clear-float"></div>
|
|
|
|
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Users"}}</h3>
|
2022-03-20 17:58:28 +01:00
|
|
|
<div class="alert-notification" id="user-field-status"></div>
|
2022-03-04 13:06:28 +01:00
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter users' }}" aria-label="{{t 'Filter users' }}"/>
|
|
|
|
</div>
|
|
|
|
|
2020-04-15 12:22:23 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2017-04-20 21:58:46 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
2021-02-23 06:23:24 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2019-08-22 10:33:44 +02:00
|
|
|
<th class="active" data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
|
2022-03-09 07:56:47 +01:00
|
|
|
<th {{#if can_sort_by_email}}data-sort="email"{{/if}}>{{t "Email" }}</th>
|
2021-11-02 15:53:47 +01:00
|
|
|
<th class="user_id" data-sort="id">{{t "User ID" }}</th>
|
2019-08-22 06:23:41 +02:00
|
|
|
<th class="user_role" data-sort="role">{{t "Role" }}</th>
|
|
|
|
<th class="last_active" data-sort="last_active">{{t "Last active" }}</th>
|
|
|
|
{{#if is_admin}}
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
{{/if}}
|
|
|
|
</thead>
|
2017-05-12 02:48:53 +02:00
|
|
|
<tbody id="admin_users_table" class="admin_user_table required-text thick"
|
2018-04-05 08:38:46 +02:00
|
|
|
data-empty="{{t 'No users match your current filter.' }}"></tbody>
|
2017-04-20 21:58:46 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="admin_page_users_loading_indicator"></div>
|
2016-10-05 02:45:14 +02:00
|
|
|
</div>
|