From 8778ec84811b9c6f1a83ab06d9fa9b5a0eb3b496 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 22 Oct 2010 18:34:43 +0200 Subject: [PATCH] bacula-web: Improved html code in volumes.tpl --- gui/bacula-web/style/default.css | 8 ++++++++ gui/bacula-web/templates/volumes.tpl | 15 +++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index a53eb52f42..2c8ba5440b 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -94,6 +94,14 @@ table { width: 100%; margin: 0px; } +.pool_name { + text-align: left; + font-weight: bold; + font-size: 9pt; + padding: 2px; + background-color: #E0C8E5; + color: black; +} a:link { color: #0000c0 } a:visited { color: #0000c0 } diff --git a/gui/bacula-web/templates/volumes.tpl b/gui/bacula-web/templates/volumes.tpl index e09133f118..5138472e58 100644 --- a/gui/bacula-web/templates/volumes.tpl +++ b/gui/bacula-web/templates/volumes.tpl @@ -9,16 +9,14 @@ --> - - - - -
- - {foreach from=$pools item=current} - +
+ {foreach from=$pools item=current} + - @@ -76,9 +74,6 @@ {/foreach} {/foreach}
 
+ + {$current}
-
-- 2.39.5