Fix: use jquery combobox instead ajax request

This commit is contained in:
Regis Houssin 2011-04-25 14:12:03 +00:00
parent 3604dfe1ce
commit eabe073565

View File

@ -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;