Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-06-28 13:18:15 +02:00
7 changed files with 20 additions and 39 deletions

View File

@@ -6188,8 +6188,8 @@ class Form
$formconfirm .= '
resizable: false,
height: \'' . ((int) $height) . '\',
width: \'' . ((int) $width) . '\',
height: \'' . dol_escape_js($height) . '\',
width: \'' . dol_escape_js($width) . '\',
modal: true,
closeOnEscape: false,
buttons: {