From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/dashboard/templates/dashboard.htm |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/interface/web/dashboard/templates/dashboard.htm b/interface/web/dashboard/templates/dashboard.htm
index 09aa158..c8c3145 100644
--- a/interface/web/dashboard/templates/dashboard.htm
+++ b/interface/web/dashboard/templates/dashboard.htm
@@ -36,13 +36,17 @@
     <div style="float:left; width:350px;">
         <tmpl_loop name='leftcol'>
             {tmpl_var name='content'}
-            <p>&nbsp;</p>
+			<tmpl_if name='content'>
+            <p style="clear:left">&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
-    <div style="float:left; width:350px;">
+    <div style="float:left; width:350px;padding-left:15px;">
         <tmpl_loop name='rightcol'>
             {tmpl_var name='content'}
+			<tmpl_if name='content'>
             <p>&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
 </div>
\ No newline at end of file

--
Gitblit v1.9.1