From 374c8db63dca02dcf62d64448dc408897925c19f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 26 May 2010 08:24:42 -0400
Subject: [PATCH] Improved some list templates and the dashboard template.
---
interface/web/dashboard/templates/dashboard.htm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/interface/web/dashboard/templates/dashboard.htm b/interface/web/dashboard/templates/dashboard.htm
index 190252b..dd46147 100644
--- a/interface/web/dashboard/templates/dashboard.htm
+++ b/interface/web/dashboard/templates/dashboard.htm
@@ -1,3 +1,4 @@
+
<h1><tmpl_var name="welcome_user"></h1>
<div class="panel panel_dashboard">
@@ -26,6 +27,7 @@
</div>
<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'}')">
@@ -33,4 +35,6 @@
</a>
</div>
</tmpl_loop>
+ </div>
</div>
+
--
Gitblit v1.9.1