From c71060dc5e1de38aebdf5d60fea7075ed946c170 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 07 Jul 2010 06:34:47 -0400
Subject: [PATCH] Implemented: FS#556 - See limits in control panel Implemented: FS#951 - Dashboard module
---
interface/web/dashboard/templates/dashboard.htm | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/interface/web/dashboard/templates/dashboard.htm b/interface/web/dashboard/templates/dashboard.htm
index dd46147..71e3ee3 100644
--- a/interface/web/dashboard/templates/dashboard.htm
+++ b/interface/web/dashboard/templates/dashboard.htm
@@ -1,6 +1,6 @@
<h1><tmpl_var name="welcome_user"></h1>
-
+<hr />
<div class="panel panel_dashboard">
<div>
<tmpl_if name='error'>
@@ -25,15 +25,16 @@
</div>
</tmpl_if>
</div>
+ <div style="float:left; width:350px;">
+ <tmpl_loop name='leftcol'>
+ {tmpl_var name='content'}
<p> </p>
- <h2>{tmpl_var name='available_modules_txt'}</h2>
- <div style="width:700px;">
- <tmpl_loop name='modules'>
- <div class="dashboard-modules {tmpl_var name='modules_name'}">
- <a href="#" onclick="capp('{tmpl_var name='modules_name'}')">
- {tmpl_var name='modules_title'}
- </a>
- </div>
+ </tmpl_loop>
+ </div>
+ <div style="float:left; width:350px;">
+ <tmpl_loop name='rightcol'>
+ {tmpl_var name='content'}
+ <p> </p>
</tmpl_loop>
</div>
</div>
--
Gitblit v1.9.1