mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
changed message confirmation dialog
This commit is contained in:
parent
8cd1c0b83f
commit
72f9c051eb
@ -248,7 +248,7 @@ function initialiceLayout(data) {
|
|||||||
confirmDialog({
|
confirmDialog({
|
||||||
title: "Are you sure?",
|
title: "Are you sure?",
|
||||||
message:
|
message:
|
||||||
"<h4 style='text-align: center;padding-top: 20px;'>If you delete it, will can't be recovered</h4>",
|
"<h4 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h4>",
|
||||||
cancel: "Cancel",
|
cancel: "Cancel",
|
||||||
ok: "Ok",
|
ok: "Ok",
|
||||||
onAccept: function() {
|
onAccept: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user