add body message on confirmation modal

This commit is contained in:
marcos 2020-04-28 10:12:20 +02:00
parent ccd58897ee
commit 8cd1c0b83f

View File

@ -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() {