]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_job.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / display_job.tpl
index d89b77abdc98cf8727e649855bedfd259da5c60a..ef0c25fa0e25c7e8a0f36501f4c2a56bbcc58b25 100644 (file)
@@ -1,5 +1,5 @@
  <div class='titlediv'>
-  <h1 class='newstitle'> Last Jobs (<TMPL_VAR Filter>)</h1>
+  <h1 class='newstitle'> __Last Jobs__ (<TMPL_VAR Filter>)</h1>
  </div>
  <div class='bodydiv'>
     <table id='id<TMPL_VAR ID>'></table>
@@ -13,17 +13,17 @@ document.getElementById('status_<TMPL_VAR status>').checked = true;
 
 
 var header = new Array("JobId",
-                      "Client",
-                      "Job Name", 
-                      "FileSet",
-//                     "Pool",
-                       "Level",
-                       "StartTime",
-                      "Duration",
-                       "JobFiles",
-                       "JobBytes", 
-                       "Errors",
-                      "Status");
+                      "__Client__",
+                      "__Job Name__", 
+                      "__FileSet__",
+//                     "__Pool__",
+                       "__Level__",
+                       "__StartTime__",
+                      "__Duration__",
+                       "__JobFiles__",
+                       "__JobBytes__", 
+                       "__Errors__",
+                      "__Status__");
 
 var data = new Array();
 
@@ -32,7 +32,9 @@ a = document.createElement('A');
 a.href='?action=job_zoom;jobid=<TMPL_VAR JobId>';
 
 img = document.createElement("IMG");
-img.src=bweb_get_job_img("<TMPL_VAR JobStatus>", <TMPL_VAR joberrors>);
+img.src=bweb_get_job_img("<TMPL_VAR JobStatus>", 
+                         <TMPL_VAR joberrors>,
+                         "<TMPL_VAR jobtype>");
 img.title=jobstatus['<TMPL_VAR JobStatus>']; 
 
 a.appendChild(img);