#1483 - Rollback dialog uses lightbox, while rest of dialogs use javascript boxes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@43931 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-10-29 01:58:01 +00:00
parent 746ed73fc0
commit 5d52994004

View File

@ -45,7 +45,11 @@ function action_rollback_right() {
}
}
doYouWantToRollback(options);
if(confirm("Do you really want to copy the published content to the stage site?")) {
options.OK();
} else {
return false;
}
}
/**