From ffa78401f76ca98e1cec22da0c55b24ef44a4048 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 27 Dec 2007 22:54:57 +0000 Subject: [PATCH] ebl Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6150 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/UPGRADE | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gui/bweb/UPGRADE b/gui/bweb/UPGRADE index d75efde2d1..c88b4200f5 100644 --- a/gui/bweb/UPGRADE +++ b/gui/bweb/UPGRADE @@ -3,6 +3,29 @@ Upgrade from 2.2.Y to 3.0 ------------------------- + - Template location is a bit different : + 2.2.Y) + /../share/bweb/tpl # english + fr/tpl # french + es/tpl # spanish + + template_dir points to one of them + + 3.0) + /../share/bweb/tpl/en # english + fr # french + es # spanish + + Now, template_dir points to the template root, and + we use a new option "lang" to use the right location + + template_dir=/../share/bweb/tpl + lang=fr + es + en + + - If you are using english template, you have to use + bweb/lang/en/tpl/*.tpl instead of bweb/tpl (see INSTALL) - Add the Date::Calc package to your perl library - Add user, new job overview and bresto tables to your catalog -- 2.39.5