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_summary.tpl | 20 ++++++++------------ view/tpl/admin_users.tpl | 2 ++ 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index d3665626f..24cdd57cc 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -14,27 +14,23 @@
{{$users.0}}
{{$users.1}}
- {{foreach $accounts as $p}} +
{{$plugins.0}}
- - {{foreach $plugins.1 as $p}} -
{{$p}}
- {{/foreach}} - +
+ {{foreach $plugins.1 as $p}} {{$p}} {{/foreach}} +   +
-
{{$version.0}}
-
{{$version.1}} - {{$build}} +
{{$version.1}} - {{$build}}
- 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