aboutsummaryrefslogtreecommitdiffstats
path: root/view/admin_summary.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-13 18:03:06 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-13 18:03:06 +0200
commitab27f1393e72e8fa6c05db5948413beef9e0367f (patch)
treea2e1154ffeb77495ec669cc374a7b7a2b65ea9c5 /view/admin_summary.tpl
parentf80521923d35d15dfd2f0ea24359a08a02638845 (diff)
downloadvolse-hubzilla-ab27f1393e72e8fa6c05db5948413beef9e0367f.tar.gz
volse-hubzilla-ab27f1393e72e8fa6c05db5948413beef9e0367f.tar.bz2
volse-hubzilla-ab27f1393e72e8fa6c05db5948413beef9e0367f.zip
Admin site page
Diffstat (limited to 'view/admin_summary.tpl')
-rw-r--r--view/admin_summary.tpl53
1 files changed, 28 insertions, 25 deletions
diff --git a/view/admin_summary.tpl b/view/admin_summary.tpl
index cbd659d07..59428986a 100644
--- a/view/admin_summary.tpl
+++ b/view/admin_summary.tpl
@@ -1,33 +1,36 @@
-<h1>$title - $page</h1>
+<div id='adminpage'>
+ <h1>$title - $page</h1>
-<dl>
- <dt>$users.0</dt>
- <dd>$users.1</dd>
-</dl>
-{{ for $accounts as $p }}
<dl>
- <dt>$p.0</dt>
- <dd>$p.1</dd>
+ <dt>$pending.0</dt>
+ <dd>$pending.1</dt>
</dl>
-{{ endfor }}
-<dl>
- <dt>$pending.0</dt>
- <dd>$pending.1</dt>
-</dl>
+ <dl>
+ <dt>$users.0</dt>
+ <dd>$users.1</dd>
+ </dl>
+ {{ for $accounts as $p }}
+ <dl>
+ <dt>$p.0</dt>
+ <dd>$p.1</dd>
+ </dl>
+ {{ endfor }}
-<dl>
- <dt>$version.0</dt>
- <dd>$version.1 - $build</dt>
-</dl>
+ <dl>
+ <dt>$plugins.0</dt>
+
+ {{ for $plugins.1 as $p }}
+ <dd>$p</dd>
+ {{ endfor }}
+
+ </dl>
+ <dl>
+ <dt>$version.0</dt>
+ <dd>$version.1 - $build</dt>
+ </dl>
-<dl>
- <dt>$plugins.0</dt>
-
- {{ for $plugins.1 as $p }}
- <dd>$p</dd>
- {{ endfor }}
-
-</dl>
+
+</div>