UI fixes for ACP -> Manage -> Registration Queue

v1.18.x
pichalite 8 years ago
parent ecad552fe1
commit 9bcb5710c1

@ -5,10 +5,11 @@
<!-- IF !users.length --> <!-- IF !users.length -->
<p class="panel-body"> <p class="panel-body">
There are no users in the registration queue. <br> There are no users in the registration queue. <br>
To enable this feature, go to <a href="{config.relative_path}/admin/settings/user">Settings &rarr; User &rarr; Authentication</a> and set To enable this feature, go to <a href="{config.relative_path}/admin/settings/user">Settings &rarr; User &rarr; User Registration</a> and set
<strong>Registration Type</strong> to "Admin Approval". <strong>Registration Type</strong> to "Admin Approval".
</p> </p>
<!-- ENDIF !users.length --> <!-- ENDIF !users.length -->
<div class="table-responsive">
<table class="table table-striped users-list"> <table class="table table-striped users-list">
<tr> <tr>
<th>Name</th> <th>Name</th>
@ -72,6 +73,7 @@
</tr> </tr>
<!-- END users --> <!-- END users -->
</table> </table>
</div>
<!-- IMPORT partials/paginator.tpl --> <!-- IMPORT partials/paginator.tpl -->
</div> </div>
@ -85,6 +87,7 @@
<br><br> <br><br>
The username will be displayed to the right of the emails for users who have redeemed their invitations. The username will be displayed to the right of the emails for users who have redeemed their invitations.
</p> </p>
<div class="table-responsive">
<table class="table table-striped invites-list"> <table class="table table-striped invites-list">
<tr> <tr>
<th>Inviter Username</th> <th>Inviter Username</th>
@ -106,4 +109,5 @@
<!-- END invites.invitations --> <!-- END invites.invitations -->
<!-- END invites --> <!-- END invites -->
</table> </table>
</div>
</div> </div>

Loading…
Cancel
Save