From d281545da807c9c081d8674f706af42121a1b85d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Sep 2010 11:17:16 +0000 Subject: [PATCH] Increase size f box --- htdocs/core/class/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index acc8a795ee8..1d425c49497 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1924,8 +1924,8 @@ class Form jQuery("#dialog-confirm").dialog({ autoOpen: true, resizable: false, - height:160, - width:580, + height:170, + width:590, modal: true, closeOnEscape: false, close: function(event, ui) {