]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 5942898..4efe196
@@ -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 }}