diff options
Diffstat (limited to 'view/admin_summary.tpl')
-rw-r--r-- | view/admin_summary.tpl | 53 |
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> |