Merge pull request #5194 from pichalite/acp-regque

UI fixes for ACP -> Manage -> Registration Queue
v1.18.x
psychobunny 8 years ago committed by GitHub
commit ae2913c50a

@ -5,10 +5,11 @@
<!-- IF !users.length -->
<p class="panel-body">
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".
</p>
<!-- ENDIF !users.length -->
<div class="table-responsive">
<table class="table table-striped users-list">
<tr>
<th>Name</th>
@ -72,6 +73,7 @@
</tr>
<!-- END users -->
</table>
</div>
<!-- IMPORT partials/paginator.tpl -->
</div>
@ -85,6 +87,7 @@
<br><br>
The username will be displayed to the right of the emails for users who have redeemed their invitations.
</p>
<div class="table-responsive">
<table class="table table-striped invites-list">
<tr>
<th>Inviter Username</th>
@ -107,3 +110,4 @@
<!-- END invites -->
</table>
</div>
</div>

Loading…
Cancel
Save