]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/pools.tpl
bacula-web: Link to backup job report page in jobs page
[bacula/bacula] / gui / bacula-web / templates / pools.tpl
index 128397c870fcaafd44093303390c2ce01f646e48..e2932ff042d3d8c1a05c048e948af63f6cb58afd 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">{t}Status{/t}</td>
+                       <td class="tbl_header" width="120">Name</td>
+                       <td class="tbl_header" width="120">{t}Bytes{/t}</td>
+                       <td class="tbl_header" width="120">{t}Media Type{/t}</td>
+                       <td class="tbl_header" width="140">{t}Expire{/t}</td>
+                       <td class="tbl_header" width="140">{t}Last written{/t}</td>
+                       <td class="tbl_header">{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>{$volume.volstatus}</td>
+                               <td width="120" class="{$volume.class}">{$volume.volumename}</td>
+                               <td width="120" class="{$volume.class}">{$volume.volbytes}</td>
+                               <td width="120" class="{$volume.class}">{$volume.mediatype}</td>
+                               <td width="140" class="{$volume.class}">{$volume.expire}</td>
+                               <td width="140" class="{$volume.class}">{$volume.lastwritten}</td>
+                               <td class="{$volume.class}">{$volume.volstatus}</td>
                        </tr>
                        {foreachelse}
                        <tr>