mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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
|
||||
confirmDialog({
|
||||
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",
|
||||
ok: "Ok",
|
||||
onAccept: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user