From e43acb1c278a59481f8ee7fc9f260037702bb9c7 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 16 Nov 2006 12:54:18 +0000 Subject: [PATCH] ebl cleanup git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3634 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/cgi/bweb.pl | 10 +--------- gui/bweb/lang/fr/tpl/stats.tpl | 9 +++++++++ gui/bweb/tpl/stats.tpl | 9 +++++++++ 3 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 gui/bweb/lang/fr/tpl/stats.tpl create mode 100644 gui/bweb/tpl/stats.tpl 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 + +
+ -- 2.39.5