]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/last_run_report.tpl
bacula-web: JobFiles detail added in job list (jobs.php)
[bacula/bacula] / gui / bacula-web / templates / last_run_report.tpl
index f7bd6b0b837a1cc0de7dcf098e6e16fdd428ba69..3a6718faa32aaa0cf134c619653a407fca77409c 100644 (file)
@@ -1,24 +1,5 @@
 <!-- last_run_report.tpl -->
 
-<div class="box">
-       <p class="title">Last 24 hours status</p>
-{* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *}
-<table>
- <tr>
-       <td class="label">Failed jobs</td> <td class="info">{$failed_jobs}</td>
- </tr>
- <tr>
-       <td class="label">Completed jobs</td> <td class="info">{$completed_jobs}</td>
- </tr> 
- <tr>
-       <td class="label">Elapsed time</td> <td class="info">{$elapsed_jobs}</td>
- </tr>
- <tr>
-       <td class="label">Transferred Bytes</td> <td class="info">{$bytes_totales}</td>
- </tr> 
-</table>
-
-</div> <!-- end div box --> 
 <!--
 {* {if $status != 0} *}
 <table>
  
  <form method="get" action="report.php" target="_blank">
    <table width="100%" cellpadding="0" cellspacing="3" border="0">
-         <tr>
+
+<!-- 
+<tr>
                <td colspan=2 align=center>
-                       <!-- <a href="javascript:OpenWin('index.php?Full_popup=yes','490','350')">{t}Show details{/t}</a> -->
+                       <a href="javascript:OpenWin('index.php?Full_popup=yes','490','350')">{t}Show details{/t}</a> 
                        <a href="jobs.php" title="Show last jobs details">Show last jobs status</a>
                </td>
          </tr>   
+-->
          <tr>
                <td colspan=2 align=center>
                  <a href="javascript:OpenWin('index.php?pop_graph1=yes','600','400')">{t}Last month, bytes transferred{/t}</a>
          </tr>
         <tr> <td colspan="2">&nbsp;</td> </tr>
         <tr>
-          <td class="label">{t}Select a job:{/t}</td>
-          <td align=center>
+          <td class="label"><b>{t}Select a job:{/t}</b></td>
+          <td class="info">
             <input type=hidden name="default" value="1">                               
                   <select name=server>
                     {if $smarty.get.server != ""}
 </div>
 -->
 
-<!-- end last_run_report.tpl -->
\ No newline at end of file
+<!-- end last_run_report.tpl -->