diff options
author | friendica <info@friendica.com> | 2013-11-25 03:00:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-25 03:00:05 -0800 |
commit | cf3e6a34aee18126c299d2028e0105487afaa49f (patch) | |
tree | 367b59edce9cb3e1083903994492234268100941 /view/tpl/admin_summary.tpl | |
parent | c0f2bc436c3fc53b48a588edbe766312fbcdc278 (diff) | |
parent | 421cacfc8d968f981e6c3420017910c3a8d047ab (diff) | |
download | volse-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_summary.tpl')
-rwxr-xr-x | view/tpl/admin_summary.tpl | 20 |
1 files changed, 8 insertions, 12 deletions
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 @@ <dt>{{$users.0}}</dt> <dd>{{$users.1}}</dd> </dl> - {{foreach $accounts as $p}} + <!-- $accounts is empty + {{foreach $accounts as $p}} <dl> <dt>{{$p.0}}</dt> <dd>{{if $p.1}}{{$p.1}}{{else}}0{{/if}}</dd> </dl> - {{/foreach}} - - + {{/foreach}} --> <dl> <dt>{{$plugins.0}}</dt> - - {{foreach $plugins.1 as $p}} - <dd>{{$p}}</dd> - {{/foreach}} - + <dd> + {{foreach $plugins.1 as $p}} {{$p}} {{/foreach}} + + </dd> </dl> - <dl> <dt>{{$version.0}}</dt> - <dd>{{$version.1}} - {{$build}}</dt> + <dd>{{$version.1}} - {{$build}}</dd> </dl> - </div> |