From 421cacfc8d968f981e6c3420017910c3a8d047ab Mon Sep 17 00:00:00 2001 From: tuscanhobbit Date: Sun, 24 Nov 2013 23:06:03 +0100 Subject: admin user table now shows the channel list, minor changes to summary --- view/tpl/admin_users.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/admin_users.tpl') 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 @@ {{foreach $users as $u}} + {{$u.account_id}} {{if $u.blocked}} {{$u.account_email}} {{else}} {{$u.account_email}} {{/if}} + {{$u.channels}} {{$u.account_created}} {{$u.account_lastlog}} {{$u.account_expires}} -- cgit v1.2.3