mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 03:28:18 +01:00
Fix: renommage des fonctions
This commit is contained in:
@@ -656,7 +656,7 @@ function cleanSerialize(expr) {
|
||||
Author: Regis Houssin
|
||||
Licence: GPL
|
||||
==================================================================*/
|
||||
function confirmDelete(linkurl,message,ok,cancel) {
|
||||
function dialogConfirm(linkurl,message,ok,cancel) {
|
||||
Dialog.confirm(message, {
|
||||
width:300,
|
||||
okLabel: ok,
|
||||
@@ -673,6 +673,6 @@ function confirmDelete(linkurl,message,ok,cancel) {
|
||||
Author: Regis Houssin
|
||||
Licence: GPL
|
||||
==================================================================*/
|
||||
function info(message) {
|
||||
function dialogInfo(message) {
|
||||
Dialog.info(message, {width:700});
|
||||
}
|
||||
Reference in New Issue
Block a user