|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
<div class="registration panel panel-primary">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
|
<div class="registration panel panel-primary">
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
[[admin/manage/registration:queue]]
|
|
|
|
|
</div>
|
|
|
|
@ -9,6 +11,7 @@
|
|
|
|
|
<!-- ENDIF !users.length -->
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-striped users-list">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>[[admin/manage/registration:list.name]]</th>
|
|
|
|
|
<th>[[admin/manage/registration:list.email]]</th>
|
|
|
|
@ -19,6 +22,8 @@
|
|
|
|
|
<!-- END customHeaders -->
|
|
|
|
|
<th></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<!-- BEGIN users -->
|
|
|
|
|
<tr data-username="{users.username}">
|
|
|
|
|
<td>
|
|
|
|
@ -70,13 +75,14 @@
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END users -->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="invitations panel panel-success">
|
|
|
|
|
<div class="invitations panel panel-success">
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
[[admin/manage/registration:invitations]]
|
|
|
|
|
</div>
|
|
|
|
@ -85,11 +91,14 @@
|
|
|
|
|
</p>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-striped invites-list">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>[[admin/manage/registration:invitations.inviter-username]]</th>
|
|
|
|
|
<th>[[admin/manage/registration:invitations.invitee-email]]</th>
|
|
|
|
|
<th>[[admin/manage/registration:invitations.invitee-username]]</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<!-- BEGIN invites -->
|
|
|
|
|
<!-- BEGIN invites.invitations -->
|
|
|
|
|
<tr data-invitation-mail="{invites.invitations.email}"
|
|
|
|
@ -104,6 +113,9 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END invites.invitations -->
|
|
|
|
|
<!-- END invites -->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|