From aac16cad06784a1dd71845607628229b37a5c0a7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 27 Apr 2007 09:19:42 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20traduction=20non=20charg=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/perms.php | 1 + htdocs/admin/security.php | 1 + htdocs/admin/security_other.php | 1 + htdocs/admin/tools/update.php | 43 +++++++++++++++++---------------- 4 files changed, 25 insertions(+), 21 deletions(-) diff --git a/htdocs/admin/perms.php b/htdocs/admin/perms.php index 39472d716af..9c4e8f2232b 100644 --- a/htdocs/admin/perms.php +++ b/htdocs/admin/perms.php @@ -30,6 +30,7 @@ require("./pre.inc.php"); $langs->load("admin"); $langs->load("users"); +$langs->load("other"); if (!$user->admin) accessforbidden(); diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index 2b6f4e88435..9a3e22826ad 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -31,6 +31,7 @@ require("./pre.inc.php"); $langs->load("users"); $langs->load("admin"); +$langs->load("other"); if (!$user->admin) accessforbidden(); diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php index 6fcfee24df5..ab832bbf4f8 100644 --- a/htdocs/admin/security_other.php +++ b/htdocs/admin/security_other.php @@ -30,6 +30,7 @@ require("./pre.inc.php"); $langs->load("users"); $langs->load("admin"); +$langs->load("other"); if (!$user->admin) accessforbidden(); diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php index 414a2caa527..b3ffd917b1b 100644 --- a/htdocs/admin/tools/update.php +++ b/htdocs/admin/tools/update.php @@ -23,33 +23,34 @@ \file htdocs/admin/tools/update.php \brief Page de mise a jour online de dolibarr \version $Revision$ -*/ - +*/ + require("./pre.inc.php"); include_once $dolibarr_main_document_root."/lib/databases/".$conf->db->type.".lib.php"; $langs->load("admin"); +$langs->load("other"); if (! $user->admin) accessforbidden(); - -if ($_GET["msg"]) $message='
'.$_GET["msg"].'
'; - - -/* -* Actions -*/ -if ($_POST["action"]=='update') -{ +if ($_GET["msg"]) $message='
'.$_GET["msg"].'
'; - -} - - -/* -* Affichage page -*/ + + +/* +* Actions +*/ +if ($_POST["action"]=='update') +{ + + +} + + +/* +* Affichage page +*/ llxHeader(); @@ -67,8 +68,8 @@ print '
'; print $langs->trans("AddExtensionThemeModuleOrOther").'
'; print $langs->trans("FeatureNotYetAvailable"); - -print ''; - + +print ''; + llxFooter('$Date$ - $Revision$'); ?> \ No newline at end of file