Update notification.php

This commit is contained in:
Anthony Berton 2021-04-08 13:50:55 +02:00
parent f613688b28
commit 822d9b227b

View File

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