From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

---
 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>&nbsp;</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>&nbsp;</p>
 	</tmpl_loop>
 	</div>
 </div>

--
Gitblit v1.9.1