Look: Avoid duplicate br
This commit is contained in:
parent
7bdedb105b
commit
09cfd5444c
@ -595,20 +595,20 @@ else
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
// Warning 1
|
// Warning 1
|
||||||
if ($linuxlike && $conf->global->MAIN_MAIL_SENDMODE == 'mail')
|
if ($conf->global->MAIN_MAIL_SENDMODE == 'mail')
|
||||||
|
{
|
||||||
|
print '<br>';
|
||||||
|
if ($linuxlike)
|
||||||
{
|
{
|
||||||
$sendmailoption=ini_get('mail.force_extra_parameters');
|
$sendmailoption=ini_get('mail.force_extra_parameters');
|
||||||
//print 'x'.$sendmailoption;
|
//print 'x'.$sendmailoption;
|
||||||
if (empty($sendmailoption) || ! preg_match('/ba/',$sendmailoption))
|
if (empty($sendmailoption) || ! preg_match('/ba/',$sendmailoption))
|
||||||
{
|
{
|
||||||
print '<br>'.info_admin($langs->trans("SendmailOptionNotComplete"));
|
print info_admin($langs->trans("SendmailOptionNotComplete"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Warning 2
|
// Warning 2
|
||||||
if ($conf->global->MAIN_MAIL_SENDMODE == 'mail')
|
print info_admin($langs->trans("SendmailOptionMayHurtBuggedMTA"));
|
||||||
{
|
|
||||||
print '<br>'.info_admin($langs->trans("SendmailOptionMayHurtBuggedMTA"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Boutons actions
|
// Boutons actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user