Update notification.php
This commit is contained in:
parent
f613688b28
commit
822d9b227b
@ -202,13 +202,14 @@ if (!empty($conf->global->NOTIFICATION_EMAIL_FROM) && !isValidEmail($conf->globa
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$arrayofnotifto = array(
|
$arrayofnotifto = array(
|
||||||
'',
|
'',
|
||||||
$langs->trans('notiftouser'),
|
$langs->trans('notiftouser'),
|
||||||
$langs->trans('notiftofixedemail'),
|
$langs->trans('notiftofixedemail'),
|
||||||
$langs->trans('notiftouserandtofixedemail')
|
$langs->trans('notiftouserandtofixedemail')
|
||||||
);
|
);
|
||||||
var_dump($arrayofnotifto,$conf->global->NOTIFICATION_EMAIL_DISABLE_CONFIRM_MESSAGE);
|
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print $langs->trans("NotificationDisableConfirmMessage").'</td>';
|
print $langs->trans("NotificationDisableConfirmMessage").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user