From: Davide Franco Date: Mon, 31 Jan 2011 17:15:43 +0000 (+0100) Subject: bacula-web: Changed main dashboard layout X-Git-Tag: Release-5.2.1~535 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e32503054362d6b5a1a3d98106284e521cee9be;p=bacula%2Fbacula bacula-web: Changed main dashboard layout - Added third column to main dashboard --- diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index b5eda16823..4c6a60e58e 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -78,9 +78,16 @@ a:link, a:visited, a:hover, a:visited { background-color: #FFFFFF; } +#main_middle { + position: absolute; + left:420px; + width: 400px; + border: none; + margin-top: 0px; +} #main_right { position: absolute; - left:420px; + left: 830px; width: 400px; border: none; margin-top: 0px; diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 4347b4e3aa..d752c37fc7 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -53,7 +53,7 @@ -
+

Last 24 hours status @@ -112,9 +112,10 @@

+
- {include file="$last_report"} - +
+ {include file="$last_report"}
{include file="footer.tpl"}