New: Added css declaration of ajax popup in themes

This commit is contained in:
Laurent Destailleur
2008-05-18 12:25:51 +00:00
parent 01c894e7d8
commit a14623066c
75 changed files with 746 additions and 8 deletions

View File

@@ -634,7 +634,7 @@ function cleanSerialize(expr) {
==================================================================*/
function dialogConfirm(linkurl,message,ok,cancel,objectID) {
Dialog.confirm(message, {
width:300,
width:560,
okLabel: ok,
cancelLabel: cancel,
buttonClass: "buttonajax",