mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user