aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_users.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-21 14:56:42 -0800
committerfriendica <info@friendica.com>2014-01-21 14:56:42 -0800
commit60416d6f33e94d44bab4e47e616b363b36dbd777 (patch)
tree3916cdc46b9a90c1388e5963a535bcc32adb78f9 /view/tpl/admin_users.tpl
parent530adb50ee741eb46f0e798d02d043afe7dd2d45 (diff)
downloadvolse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.gz
volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.bz2
volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.zip
fix the admin interface to pending registrations
Diffstat (limited to 'view/tpl/admin_users.tpl')
-rwxr-xr-xview/tpl/admin_users.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl
index 3549dc5c2..65fffd17c 100755
--- a/view/tpl/admin_users.tpl
+++ b/view/tpl/admin_users.tpl
@@ -29,9 +29,8 @@
<tbody>
{{foreach $pending as $u}}
<tr>
- <td class="created">{{$u.created}}</td>
- <td class="name">{{$u.name}}</td>
- <td class="email">{{$u.email}}</td>
+ <td class="created">{{$u.account_created}}</td>
+ <td class="email">{{$u.account_email}}</td>
<td class="checkbox"><input type="checkbox" class="pending_ckbx" id="id_pending_{{$u.hash}}" name="pending[]" value="{{$u.hash}}" /></td>
<td class="tools">
<a href="{{$baseurl}}/regmod/allow/{{$u.hash}}" title='{{$approve}}'><i class='icon-thumbs-up-alt admin-icons'></i></a>