mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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 '</tr>';
|
||||
|
||||
$arrayofnotifto = array(
|
||||
'',
|
||||
$langs->trans('notiftouser'),
|
||||
$langs->trans('notiftofixedemail'),
|
||||
$langs->trans('notiftouserandtofixedemail')
|
||||
);
|
||||
var_dump($arrayofnotifto,$conf->global->NOTIFICATION_EMAIL_DISABLE_CONFIRM_MESSAGE);
|
||||
|
||||
print '<tr class="oddeven"><td>';
|
||||
print $langs->trans("NotificationDisableConfirmMessage").'</td>';
|
||||
print '<td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user