]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_job_group.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / display_job_group.tpl
index 35c4737047b058754a2f04135d9fd96ac630d685..2119d8f4d3393ff6d9bbb12c918737ea57f6e3fe 100644 (file)
@@ -38,7 +38,7 @@ if (<TMPL_VAR nbjoberr>) {
   jobstatus='T';
 }
 
-img.src=bweb_get_job_img(jobstatus, <TMPL_VAR joberrors>);
+img.src=bweb_get_job_img(jobstatus, <TMPL_VAR joberrors>, "B");
 img.title=jobstatus[jobstatus]; 
 
 a.appendChild(img);