]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed graph title in backupjob-report.tpl
authorDavide Franco <bacula-dev@dflc.ch>
Thu, 3 Feb 2011 14:02:19 +0000 (15:02 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:31 +0000 (10:39 +0100)
 - Changed title for Last week transfered bytes in backupjob-report.tpl to
   Transfered Bytes (last week in GB)

gui/bacula-web/bweb.inc.php
gui/bacula-web/templates/backupjob-report.tpl

index 2c638ff76ef23614116124a5c2b9eecc72bbc175..5d7f5d467aa9751ab23c0439718c7362389537e3 100644 (file)
@@ -648,8 +648,6 @@ class Bweb extends DB {
                        $query .= "WHERE ( EndTime BETWEEN '$start_date' AND '$end_date' ) AND ";
                        $query .= "Name = '$jobname'";
                        
-                       echo 'query ' . $query . '<br />';
-                       
                        $result = $this->db_link->query( $query );
                        
                        if( PEAR::isError( $result ) ) {
index d633db326dd711083f1bcb1c0ee53faa58b2bd40..0f0c0dfa4bd5bf9c5114a498c33f85604df4cfae 100644 (file)
@@ -54,7 +54,7 @@
   
   <!-- Transfered Bytes graph -->
   <div class="box">
-       <p class="title">Transfered Bytes (last week)</p>
+       <p class="title">Transfered Bytes (last week in GB)</p>
        <img src="{$graph_stored_bytes}" alt="" />
   </div> <!-- end div class=box -->