mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
#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:
parent
746ed73fc0
commit
5d52994004
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user