aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_users.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-25 03:00:05 -0800
committerfriendica <info@friendica.com>2013-11-25 03:00:05 -0800
commitcf3e6a34aee18126c299d2028e0105487afaa49f (patch)
tree367b59edce9cb3e1083903994492234268100941 /view/tpl/admin_users.tpl
parentc0f2bc436c3fc53b48a588edbe766312fbcdc278 (diff)
parent421cacfc8d968f981e6c3420017910c3a8d047ab (diff)
downloadvolse-hubzilla-cf3e6a34aee18126c299d2028e0105487afaa49f.tar.gz
volse-hubzilla-cf3e6a34aee18126c299d2028e0105487afaa49f.tar.bz2
volse-hubzilla-cf3e6a34aee18126c299d2028e0105487afaa49f.zip
Merge pull request #214 from tuscanhobbit/master
admin user table now shows the channel list and ID, minor changes to admin summary table
Diffstat (limited to 'view/tpl/admin_users.tpl')
-rwxr-xr-xview/tpl/admin_users.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl
index 609289013..3549dc5c2 100755
--- a/view/tpl/admin_users.tpl
+++ b/view/tpl/admin_users.tpl
@@ -63,11 +63,13 @@
<tbody>
{{foreach $users as $u}}
<tr>
+ <td class='account_id'>{{$u.account_id}}</td>
<td class='email'>{{if $u.blocked}}
<i>{{$u.account_email}}</i>
{{else}}
<strong>{{$u.account_email}}</strong>
{{/if}}</td>
+ <td class='channels'>{{$u.channels}}</td>
<td class='register_date'>{{$u.account_created}}</td>
<td class='login_date'>{{$u.account_lastlog}}</td>
<td class='account_expires'>{{$u.account_expires}}</td>