From eabe0735656759330c196ac2c78258239e48bbb7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 25 Apr 2011 14:12:03 +0000 Subject: [PATCH] Fix: use jquery combobox instead ajax request --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index d4c472d8f6d..36bd15dde47 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1987,7 +1987,7 @@ class Form * @param height Force height of box * @return string 'ajax' if a confirm ajax popup is shown, 'html' if it's an html form */ - function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=400) + function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=500) { global $langs,$conf;