]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/overview.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / overview.tpl
index 9f44534259c073adcc112b1696c7e3a880ec0eb7..9895cca38ebf0bf74ecfc488d02531e1ebabb407 100644 (file)
@@ -23,7 +23,7 @@ table.sample td {
 }
 </style>
  <div class='titlediv'>
-  <h1 class='newstitle'> Jobs overview (<TMPL_VAR label>)</h1>
+  <h1 class='newstitle'> __Jobs overview__ (<TMPL_VAR label>)</h1>
  </div>
  <div class='bodydiv'>
   <table class='sample' id='report'>
@@ -48,7 +48,7 @@ infos = new Array();
  <TMPL_LOOP events>
  min_cel=(min_cel< <TMPL_VAR num>)?min_cel:<TMPL_VAR num>;
  infos[<TMPL_VAR num>] = new Array('<TMPL_VAR num>', '<TMPL_VAR status>', 
-                                   <TMPL_VAR joberrors>, '<TMPL_VAR title>');
+                                   '<TMPL_VAR joberrors>', '<TMPL_VAR title>');
  </TMPL_LOOP>
 max_cel=(max_cel>infos.length)?max_cel:infos.length;
 all.push({ name: "<TMPL_VAR name>", values: infos});
@@ -97,7 +97,7 @@ function add_client(name, infos)
 //         a=document.createElement("A"); // create a link to action=job
 //         a.setAttribute('href', "?action=job;client_group=" + name);
             img=document.createElement("IMG");
-            img.setAttribute("src", bweb_get_job_img(infos[j][1],infos[j][2]));
+            img.setAttribute("src", bweb_get_job_img(infos[j][1],infos[j][2], 'B'));
             img.setAttribute("title", infos[j][3]);
 //         a.appendChild(img);
             td.appendChild(img);