mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
add body message on confirmation modal
This commit is contained in:
parent
ccd58897ee
commit
8cd1c0b83f
@ -247,7 +247,8 @@ function initialiceLayout(data) {
|
|||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
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>",
|
||||||
cancel: "Cancel",
|
cancel: "Cancel",
|
||||||
ok: "Ok",
|
ok: "Ok",
|
||||||
onAccept: function() {
|
onAccept: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user