From 7dc5d6e2373f7cd7e7505e9766be35d1b73f39f6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 23 Dec 2007 19:28:10 +0000 Subject: [PATCH] ebl display a message when user use the wrong tpl directory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6118 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/fr/tpl/begin.tpl | 3 + gui/bweb/lang/fr/tpl/change_location.tpl | 10 +-- gui/bweb/lang/fr/tpl/client_job_status.tpl | 2 +- gui/bweb/lang/fr/tpl/running_job.tpl | 2 +- gui/bweb/po/bweb.pot | 78 ++++++++++--------- gui/bweb/po/es.po | 79 +++++++++++--------- gui/bweb/po/fr.po | 87 ++++++++++++---------- gui/bweb/tpl/begin.tpl | 3 + 8 files changed, 149 insertions(+), 115 deletions(-) diff --git a/gui/bweb/lang/fr/tpl/begin.tpl b/gui/bweb/lang/fr/tpl/begin.tpl index e90b4dcd68..96cf8ae31b 100644 --- a/gui/bweb/lang/fr/tpl/begin.tpl +++ b/gui/bweb/lang/fr/tpl/begin.tpl @@ -16,6 +16,9 @@ if (navigator.appName == 'Konqueror') { alert("Désolé, bweb fonctionne seulement avec mozilla."); } +if ('Accueil' == ('_' + '_Main_' + '_')) { + alert("Update your configuration to use the correct tpl directory (something like /usr/share/bweb/en/tpl instead of /usr/share/bweb/tpl)"); +}