]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Added total transfered files in Backup job report page
authorDavide Franco <bacula-dev@dflc.ch>
Tue, 15 Feb 2011 14:20:18 +0000 (15:20 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:31 +0000 (10:39 +0100)
gui/bacula-web/backupjob-report.php
gui/bacula-web/templates/backupjob-report.tpl

index 9e8f9ce813c2e935b3db958d799661b02761ed51..e5facc22bb0e73a9e29191a9d9cef283bc31e38a 100644 (file)
@@ -76,8 +76,9 @@
   
   $smarty->assign('backupjob_name', $backupjob_name );
   $smarty->assign('backupjob_bytes', $backupjob_bytes );
+  $smarty->assign('backupjob_files', $backupjob_files );
   
   // Process and display the template 
   $smarty->display('backupjob-report.tpl'); 
   
-?>
\ No newline at end of file
+?>
index 6c1bc5c1efb353eb5f6395c874072ff239bd7699..605822226483d50234cdaabda0a19b354e84e7ea 100644 (file)
@@ -41,7 +41,7 @@
                </tr>
                <tr>
                        <td>Transfered Files</td>
-                       <td>ppp{$backupjob_files}</td>
+                       <td>{$backupjob_files}</td>
                </tr>
 
        </table>