]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed useless html code from last_run_report.tpl
authorDavide Franco <bacula-dev@dflc.ch>
Tue, 30 Nov 2010 11:09:51 +0000 (12:09 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:42 +0000 (14:39 +0200)
gui/bacula-web/templates/last_run_report.tpl

index 71338b8dc19ba3ba482146ba672fcaf9e147b634..3c0f7100c9e9885ba3a2f7de82343fcd4c7ab899 100644 (file)
@@ -23,7 +23,9 @@
        </td>
  </tr>
 </table>
+
+</div> <!-- end div box --> 
+<!--
 {* {if $status != 0} *}
 <table>
        <tr>
        </tr>
 </table>       
  {* {/if} *}
-</div> <!-- end div box --> 
+</div> 
+-->
 <div class="box">
        <p class="title">Detailled report</p>
  
  <form method="get" action="report.php" target="_blank">
    <table width="100%" cellpadding="0" cellspacing="3" border="0">
-<!--
-                       <tr bgcolor=white>
-                               <td colspan="3" style="text-align: center; background-image: url('style/images/bg1.png'); font-size: 12px; font-weight: bold;">
-                               Detailed report
-                               </td>
-                       </tr>
--->            
         <tr>
           <td class="label">{t}Select a job:{/t}</td>
           <td align=center>
      </tr>
    </table>
  </form>
+</div>
+<!--
 {* {else if #mode# == "Full" || $smarty.get.Full_popup == "yes"} *}
 <table>
        <tr class="tbl_header1">
 {* {/if} *}
 
 </div>
+-->
+
 <!-- end last_run_report.tpl -->
\ No newline at end of file