From: Eric Bollengier Date: Sun, 23 Dec 2007 19:28:10 +0000 (+0000) Subject: ebl display a message when user use the wrong tpl directory X-Git-Tag: Release-3.0.0~2109 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7dc5d6e2373f7cd7e7505e9766be35d1b73f39f6;p=bacula%2Fbacula 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 --- 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)"); +}