]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/volumes.tpl
bacula-web: Fixed html and css issue in report page - Fixed in report.tpl and report_...
[bacula/bacula] / gui / bacula-web / templates / volumes.tpl
index e09133f118fa557e94ca1777797b780f61e24daf..1a74ee98b89e26e8521f31e74b11337c3551cf16 100644 (file)
@@ -9,16 +9,12 @@
         <td class=tbl_header2 background="images/end4.png"><img src="images/empty.png"></td>
 </tr>
 -->
-<table width="100%">
-       <tr>
-               <td colspan=2>
-                       <table border=0 width=100% class=code cellspacing=0 cellpadding=0>
-                               {foreach from=$pools item=current}
-                       <tr>
+<table>
+       {foreach from=$pools item=current}
+               <tr>
                        <td colspan=6>&nbsp;</td></tr>
         <tr>
-                       <!-- <td align=left style="background-color: #E0C8E5; color: black;" background="images/bg6.png"> -->
-                       <td style="text-align: left; background-color: #E0C8E5; color: black; background-image: url('../images/bg6.png');">
+                       <td colspan="6" class="pool_name">
                 {$current}
             </td>
         </tr>
                 {foreach from=$key item=current3 name=loop}
                 {if $current3.3 == $current && $current3.0 != ""}
                         {if $smarty.foreach.loop.first == TRUE}
-                                <tr style="text-align: center; background-image: url('../images/bg5.png'); border: 1px solid black;">
-                                        <td style="font-size: 5pt;">Volume Name</td>
-                                        <td>Volume Bytes</td>
-                                        <td>Media Type</td>
-                                        <td>Expire on</td>
-                                        <td>Last Written</td>                                      
-                                        <td>Volume Status</td>
+                                <tr>
+                                        <td class="tbl_vol_header">Volume Name</td>
+                                        <td class="tbl_vol_header">Volume Bytes</td>
+                                        <td class="tbl_vol_header">Media Type</td>
+                                        <td class="tbl_vol_header">Expire on</td>
+                                        <td class="tbl_vol_header">Last Written</td>                                      
+                                        <td class="tbl_vol_header">Volume Status</td>
                                 </tr>
                         {/if}
                                 <tr align=center bgcolor={cycle values="#D9E3FC,#CBE7F5"}>
@@ -76,9 +72,6 @@
         {/foreach}
 {/foreach}
 </table>
-</td>
-</tr>
-</table>
 
 </div> <!-- end div box -->