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 ''; }