mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v21
This commit is contained in:
parent
5cca1c1dd6
commit
22a5a1566b
|
|
@ -359,3 +359,6 @@ LoginCheckout=Login & Proceed to checkout
|
|||
paymentSuccessProcessed=Your payment has been successfully processed.
|
||||
youWillBeRedirectedToOrderPage=You will be redirected to the order details page shortly.
|
||||
WebPortalSetupNotComplete=Web portal setup is not complete
|
||||
DeleteWebsiteaccount=Delete website account
|
||||
ConfirmDeleteWebsiteAccount=Are you sure you want to delete this account.
|
||||
ConfirmDeleteWebsiteAccount2=If this account was used to login on the public portal or any otherweb site powered by Dolibarr, the login may be no more possible.
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||
|
||||
// Confirmation to delete
|
||||
if ($action == 'delete') {
|
||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('DeleteWebsiteAccount'), $langs->trans('ConfirmDeleteWebsiteAccount'), 'confirm_delete', '', 0, 1);
|
||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('DeleteWebsiteAccount'), $langs->trans('ConfirmDeleteWebsiteAccount').'<br>'.$langs->trans('ConfirmDeleteWebsiteAccount2'), 'confirm_delete', '', 0, 1);
|
||||
}
|
||||
|
||||
// Call Hook formConfirm
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user