]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Fixed html typo in pools template file
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 14 Jan 2011 15:50:48 +0000 (16:50 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:29 +0000 (10:39 +0100)
 - Changed from width=100px to width=100

gui/bacula-web/templates/pools.tpl

index 128397c870fcaafd44093303390c2ce01f646e48..8d9c15cab2d1a441b88f23820fbd035455860adb 100644 (file)
        <p class="title">{$pool_name}</p>
        <table class="list" border="0">
                <tr>
-                       <td class="info" width="120px">Name</td>
-                       <td class="info" width="120px">{t}Bytes{/t}</td>
-                       <td class="info" width="120px">{t}Media Type{/t}</td>
-                       <td class="info" width="140px">{t}Expire{/t}</td>
-                       <td class="info" width="140px">{t}Last written{/t}</td>
+                       <td class="info" width="120">Name</td>
+                       <td class="info" width="120">{t}Bytes{/t}</td>
+                       <td class="info" width="120">{t}Media Type{/t}</td>
+                       <td class="info" width="140">{t}Expire{/t}</td>
+                       <td class="info" width="140">{t}Last written{/t}</td>
                        <td class="info">{t}Status{/t}</td>
                </tr>
        </table>
                <table class="list" border="0">
                        {foreach from=$pool item=volume}
                        <tr>
-                               <td width="120px">{$volume.volumename}</td>
-                               <td width="120px">{$volume.volbytes}</td>
-                               <td width="120px">{$volume.mediatype}</td>
-                               <td width="140px">{$volume.expire}</td>
-                               <td width="140px">{$volume.lastwritten}</td>
+                               <td width="120">{$volume.volumename}</td>
+                               <td width="120">{$volume.volbytes}</td>
+                               <td width="120">{$volume.mediatype}</td>
+                               <td width="140">{$volume.expire}</td>
+                               <td width="140">{$volume.lastwritten}</td>
                                <td>{$volume.volstatus}</td>
                        </tr>
                        {foreachelse}