]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix small bug in overview
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 10 Nov 2008 12:56:35 +0000 (12:56 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 10 Nov 2008 12:56:35 +0000 (12:56 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8030 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/en/tpl/overview.tpl
gui/bweb/lang/es/tpl/overview.tpl
gui/bweb/lang/fr/tpl/overview.tpl
gui/bweb/tpl/overview.tpl

index 9f44534259c073adcc112b1696c7e3a880ec0eb7..dd341de9bcc24b705a74b5d4d22331aaba08ee0e 100644 (file)
@@ -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});
index 9f44534259c073adcc112b1696c7e3a880ec0eb7..dd341de9bcc24b705a74b5d4d22331aaba08ee0e 100644 (file)
@@ -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});
index 9f44534259c073adcc112b1696c7e3a880ec0eb7..dd341de9bcc24b705a74b5d4d22331aaba08ee0e 100644 (file)
@@ -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});
index b8a6d132f65707ab0375bf83f631878d2dce5bde..89febbc4e7b9e8fc10e5d4dcceaa1ed695d23fbd 100644 (file)
@@ -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});