From: Eric Bollengier Date: Thu, 16 Nov 2006 12:54:18 +0000 (+0000) Subject: ebl cleanup X-Git-Tag: Release-2.0.0~283 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e43acb1c278a59481f8ee7fc9f260037702bb9c7;p=bacula%2Fbacula ebl cleanup git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3634 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/cgi/bweb.pl b/gui/bweb/cgi/bweb.pl index adba55fabf..d0173dc32c 100755 --- a/gui/bweb/cgi/bweb.pl +++ b/gui/bweb/cgi/bweb.pl @@ -67,15 +67,7 @@ if ($action eq 'begin') { # main display $bweb->display_general(age => $arg->{age}); $bweb->display_running_jobs(0); print ""; - print " -
-

Statistics

-
-
- -Nothing to display - -
"; + $bweb->display({}, "stats.tpl"); print ""; $bweb->display_job(limit => 10); diff --git a/gui/bweb/lang/fr/tpl/stats.tpl b/gui/bweb/lang/fr/tpl/stats.tpl new file mode 100644 index 0000000000..12c3c71da6 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/stats.tpl @@ -0,0 +1,9 @@ +
+

Statistiques

+
+
+ +Rien a afficher + +
+ diff --git a/gui/bweb/tpl/stats.tpl b/gui/bweb/tpl/stats.tpl new file mode 100644 index 0000000000..6d5c771ff9 --- /dev/null +++ b/gui/bweb/tpl/stats.tpl @@ -0,0 +1,9 @@ +
+

Statistics

+
+
+ +Nothing to display + +
+