]> 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 87da20674ab599e9a19ded5dd7075140d8b653c9..ef0c25fa0e25c7e8a0f36501f4c2a56bbcc58b25 100644 (file)
@@ -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);