WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php function doConfirm(sTitle,filename,response) { swal({
<?php function doPrompt(cCaption,filename,response) { swal({
<?php function doConfirm(sTitle,filename,response) { swal.fire({
<?php function doPrompt(cCaption,filename,response) { swal.fire({
<?php // https://limonte.github.io/sweetalert2/ function doConfirm(sTitle,filename,response) { swal.fire({ html: '<strong>'+sTitle+'</strong><br>'+filename, type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "{TEXT_YES}", cancelButtonText: "{TEXT_NO}", closeOnConfirm: true, focusCancel: true, reverseButtons: false }).then((result) => { if (result.value) { response (true); } }); }