From a12e190cb14494fab3e9506ddf0ee086314aa6c0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 10 Nov 2008 12:56:35 +0000 Subject: [PATCH] ebl Fix small bug in overview git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8030 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/en/tpl/overview.tpl | 2 +- gui/bweb/lang/es/tpl/overview.tpl | 2 +- gui/bweb/lang/fr/tpl/overview.tpl | 2 +- gui/bweb/tpl/overview.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/bweb/lang/en/tpl/overview.tpl b/gui/bweb/lang/en/tpl/overview.tpl index 9f44534259..dd341de9bc 100644 --- a/gui/bweb/lang/en/tpl/overview.tpl +++ b/gui/bweb/lang/en/tpl/overview.tpl @@ -48,7 +48,7 @@ infos = new Array(); min_cel=(min_cel< )?min_cel:; infos[] = new Array('', '', - , ''); + '', ''); max_cel=(max_cel>infos.length)?max_cel:infos.length; all.push({ name: "", values: infos}); diff --git a/gui/bweb/lang/es/tpl/overview.tpl b/gui/bweb/lang/es/tpl/overview.tpl index 9f44534259..dd341de9bc 100644 --- a/gui/bweb/lang/es/tpl/overview.tpl +++ b/gui/bweb/lang/es/tpl/overview.tpl @@ -48,7 +48,7 @@ infos = new Array(); min_cel=(min_cel< )?min_cel:; infos[] = new Array('', '', - , ''); + '', ''); max_cel=(max_cel>infos.length)?max_cel:infos.length; all.push({ name: "", values: infos}); diff --git a/gui/bweb/lang/fr/tpl/overview.tpl b/gui/bweb/lang/fr/tpl/overview.tpl index 9f44534259..dd341de9bc 100644 --- a/gui/bweb/lang/fr/tpl/overview.tpl +++ b/gui/bweb/lang/fr/tpl/overview.tpl @@ -48,7 +48,7 @@ infos = new Array(); min_cel=(min_cel< )?min_cel:; infos[] = new Array('', '', - , ''); + '', ''); max_cel=(max_cel>infos.length)?max_cel:infos.length; all.push({ name: "", values: infos}); diff --git a/gui/bweb/tpl/overview.tpl b/gui/bweb/tpl/overview.tpl index b8a6d132f6..89febbc4e7 100644 --- a/gui/bweb/tpl/overview.tpl +++ b/gui/bweb/tpl/overview.tpl @@ -48,7 +48,7 @@ infos = new Array(); min_cel=(min_cel< )?min_cel:; infos[] = new Array('', '', - , ''); + '', ''); max_cel=(max_cel>infos.length)?max_cel:infos.length; all.push({ name: "", values: infos}); -- 2.39.5