From 3d9f053f16a55597ee5694c35a568cf1b26f150d Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 14 Jan 2011 16:50:48 +0100 Subject: [PATCH] bacula-web: Fixed html typo in pools template file - Changed from width=100px to width=100 --- gui/bacula-web/templates/pools.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gui/bacula-web/templates/pools.tpl b/gui/bacula-web/templates/pools.tpl index 128397c870..8d9c15cab2 100644 --- a/gui/bacula-web/templates/pools.tpl +++ b/gui/bacula-web/templates/pools.tpl @@ -28,11 +28,11 @@

{$pool_name}

- - - - - + + + + +
Name{t}Bytes{/t}{t}Media Type{/t}{t}Expire{/t}{t}Last written{/t}Name{t}Bytes{/t}{t}Media Type{/t}{t}Expire{/t}{t}Last written{/t} {t}Status{/t}
@@ -41,11 +41,11 @@ {foreach from=$pool item=volume} - - - - - + + + + + {foreachelse} -- 2.39.2
{$volume.volumename}{$volume.volbytes}{$volume.mediatype}{$volume.expire}{$volume.lastwritten}{$volume.volumename}{$volume.volbytes}{$volume.mediatype}{$volume.expire}{$volume.lastwritten} {$volume.volstatus}