From e785a239f4274e1a9c5f46e6cc696cd239eba657 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 May 2009 15:25:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20seul=20le=20superadmin=20peut=20changer?= =?UTF-8?q?=20la=20config=20de=20l'envoi=20de=20mail=20Fix:=20le=20mail=20?= =?UTF-8?q?=E9metteur=20pour=20l'envoi=20auto=20peut=20varier=20d'une=20en?= =?UTF-8?q?tit=E9=20=E0=20l'autre=20Fix:=20le=20MAIN=5FMONNAIE=20peut=20va?= =?UTF-8?q?rier=20d'une=20entit=E9=20=E0=20l'autre=20Fix:=20une=20entit=E9?= =?UTF-8?q?=20doit=20avoir=20un=20fichier=20de=20log=20diff=E9rent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/mails.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index 36ba368eaeb..0940ebff58f 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -237,6 +237,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') else { $text = $langs->trans("Undefined"); } $htmltext = $langs->trans("ContactSuperAdminForChange"); print $html->textwithpicto($text,$htmltext,1,'superadmin'); + print ''; } print ''; @@ -264,6 +265,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') $text = $conf->global->MAIN_MAIL_SMTP_SERVER ? $conf->global->MAIN_MAIL_SMTP_SERVER : $smtpserver; $htmltext = $langs->trans("ContactSuperAdminForChange"); print $html->textwithpicto($text,$htmltext,1,'superadmin'); + print ''; } } print ''; @@ -292,6 +294,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') $text = $conf->global->MAIN_MAIL_SMTP_PORT ? $conf->global->MAIN_MAIL_SMTP_PORT : $smtpport; $htmltext = $langs->trans("ContactSuperAdminForChange"); print $html->textwithpicto($text,$htmltext,1,'superadmin'); + print ''; } } print ''; @@ -310,6 +313,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') { $htmltext = $langs->trans("ContactSuperAdminForChange"); print $html->textwithpicto($conf->global->MAIN_MAIL_SMTPS_ID,$htmltext,1,'superadmin'); + print ''; } print ''; } @@ -328,6 +332,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') { $htmltext = $langs->trans("ContactSuperAdminForChange"); print $html->textwithpicto($conf->global->MAIN_MAIL_SMTPS_PW,$htmltext,1,'superadmin'); + rint ''; } print ''; }