]> git.sur5r.net Git - bacula/bacula/commitdiff
- Added JobID column in report template. (thanks to Stephan Ebeit)
authorJuan Luis Francis <indpnday@users.sourceforge.net>
Mon, 19 Sep 2005 15:33:10 +0000 (15:33 +0000)
committerJuan Luis Francis <indpnday@users.sourceforge.net>
Mon, 19 Sep 2005 15:33:10 +0000 (15:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2396 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bacula-web/ChangeLog
gui/bacula-web/templates/report.tpl

index 19f847298e3e32e076a3d9dba703d114148994de..c08452e9f1668c3899e7fb7f4c1dee35efab27c2 100644 (file)
@@ -6,6 +6,7 @@
        - Added templates_c to cvs repository.
        - Added German translation
        - Fix mysql database size (reported by Roland Arendes)
+       - Added JobID column in report template. (thanks to Stephan Ebeit)
        
 25-10-2004 Bacula web 1.1
        - Add array_fill function (as Mikael suggested)
index f3f8ca7eb8ba7629df8b9093cc387f7478f9630b..06ea93bd9752cc1aeb7023d3a2c85df7b2792444 100644 (file)
@@ -65,6 +65,7 @@
                        <td>  
                                <table width=100% border=0 class=genmed cellpadding=0 cellspacing=2>
                                <tr class=titulo2>
+                                       <td background="images/bg7.gif" height=25>{t}JobID{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Date{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Elapsed{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Level{/t}</td>
@@ -73,6 +74,7 @@
                                </tr>
                                {section name=job loop=$jobs}
                                <tr class={cycle values="table1,table2"}>
+                                       <td align=center>{$jobs[job].JobId}</td>
                                        <td {popup caption="Sheduled time" text=$jobs[job].SchedTime}>{$jobs[job].StartTime}</td>
                                        <td {popup autostatus=yes caption="EndTime" text=$jobs[job].EndTime}>{$jobs[job].elapsed}</td>
                                        <td align=center>{$jobs[job].Level}</td>