]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_summary.tpl
Merge pull request #627 from fermionic/20130223-quattro-vier-smarty-updates
[friendica.git] / view / admin_summary.tpl
index 59428986a1a7d98b463b0981b77d4d24013e4e7d..4efe1960c5a907252766bd6449130e3820d8d761 100644 (file)
@@ -1,6 +1,10 @@
 <div id='adminpage'>
        <h1>$title - $page</h1>
 
+       <dl>
+               <dt>$queues.label</dt>
+               <dd>$queues.deliverq - $queues.queue</dd>
+       </dl>
        <dl>
                <dt>$pending.0</dt>
                <dd>$pending.1</dt>
@@ -13,7 +17,7 @@
        {{ for $accounts as $p }}
                <dl>
                        <dt>$p.0</dt>
-                       <dd>$p.1</dd>
+                       <dd>{{ if $p.1 }}$p.1{{ else }}0{{ endif }}</dd>
                </dl>
        {{ endfor }}