aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-26 22:42:01 -0700
committerzotlabs <mike@macgirvin.com>2017-06-26 22:42:01 -0700
commit54c5e03b4f94e07fccf1d67078a534d2e7da99b4 (patch)
treed44d09880241e268e0c04aef841df8d552925d0a /view
parenta8374b25f15c1c7545748bae26dda5e3c190573c (diff)
downloadvolse-hubzilla-54c5e03b4f94e07fccf1d67078a534d2e7da99b4.tar.gz
volse-hubzilla-54c5e03b4f94e07fccf1d67078a534d2e7da99b4.tar.bz2
volse-hubzilla-54c5e03b4f94e07fccf1d67078a534d2e7da99b4.zip
provide more comprehensible information on the admin summary page
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/admin_summary.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl
index ca94b0ef7..8125703d7 100755
--- a/view/tpl/admin_summary.tpl
+++ b/view/tpl/admin_summary.tpl
@@ -12,7 +12,7 @@
</dl>
<dl>
<dt>{{$accounts.0}}</dt>
- <dd>{{foreach from=$accounts.1 item=acc name=account}}<span title="{{$acc.label}}">{{$acc.val}}</span>{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}</dd>
+ <dd>{{foreach from=$accounts.1 item=acc name=account}}<span title="{{$acc.label}}">{{$acc.val}} {{$acc.label}}</span>{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}</dd>
</dl>
<dl>
<dt>{{$pending.0}}</dt>
@@ -20,7 +20,7 @@
</dl>
<dl>
<dt>{{$channels.0}}</dt>
- <dd>{{foreach from=$channels.1 item=ch name=chan}}<span title="{{$ch.label}}">{{$ch.val}}</span>{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}</dd>
+ <dd>{{foreach from=$channels.1 item=ch name=chan}}<span title="{{$ch.label}}">{{$ch.val}} {{$ch.label}}</span>{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}</dd>
</dl>
<dl>
<dt>{{$plugins.0}}</dt>