Fix: renommage des fonctions

This commit is contained in:
Regis Houssin
2007-08-04 13:40:11 +00:00
parent 1be5ff2f35
commit 545d8bd87d
2 changed files with 6 additions and 6 deletions

View File

@@ -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});
}