2017-10-21 03:15:12 +02:00
|
|
|
<div id="admin-invites-list" class="settings-section" data-name="invites-list-admin">
|
2018-07-03 01:49:35 +02:00
|
|
|
<a class="invite-user-link" href="#invite"><i class="fa fa-plus-circle" aria-hidden="true"></i>{{t "Invite more users" }}</a>
|
2019-01-15 09:38:52 +01:00
|
|
|
<div>
|
|
|
|
<h3 class="inline-block">{{t "Invites" }}</h3>
|
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter invites' }}" aria-label="{{t 'Filter invites' }}"/>
|
|
|
|
<div class="alert-notification" id="invites-field-status"></div>
|
|
|
|
</div>
|
2017-10-21 03:15:12 +02:00
|
|
|
<div class="clear-float"></div>
|
|
|
|
|
2019-08-22 07:34:19 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar data-list-render="admin_invites_list">
|
2017-10-21 03:15:12 +02:00
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead>
|
2019-08-22 07:34:19 +02:00
|
|
|
<th class="active" data-sort="alphabetic" data-sort-prop="email">{{t "Email" }}</th>
|
|
|
|
<th data-sort="alphabetic" data-sort-prop="ref">{{t "Invited by" }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="invited">{{t "Invited at" }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="invited_as">{{t "Invited as" }}</th>
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
2017-10-21 03:15:12 +02:00
|
|
|
</thead>
|
|
|
|
<tbody id="admin_invites_table" class="required-text thick admin_invites_table" data-empty="{{t 'No invites match your current filter.' }}"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="admin_page_invites_loading_indicator"></div>
|
|
|
|
</div>
|