Fix size of warehouse and height of confirm box
This commit is contained in:
parent
494d4783a7
commit
9c12444a03
@ -3263,7 +3263,7 @@ class Form
|
||||
* @param int $width Force width of bow
|
||||
* @return string HTML ajax code if a confirm ajax popup is required, Pure HTML code if it's an html form
|
||||
*/
|
||||
function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=500)
|
||||
function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=200, $width=500)
|
||||
{
|
||||
global $langs,$conf;
|
||||
global $useglobalvars;
|
||||
|
||||
@ -144,7 +144,7 @@ class FormProduct
|
||||
* @param string $morecss Add more css classes
|
||||
* @return string HTML select
|
||||
*/
|
||||
function selectWarehouses($selected='',$htmlname='idwarehouse',$filtertype='',$empty=0,$disabled=0,$fk_product=0,$empty_label='', $showstock=0, $forcecombo=0, $events=array(), $morecss='')
|
||||
function selectWarehouses($selected='',$htmlname='idwarehouse',$filtertype='',$empty=0,$disabled=0,$fk_product=0,$empty_label='', $showstock=0, $forcecombo=0, $events=array(), $morecss='minwidth200')
|
||||
{
|
||||
global $conf,$langs,$user;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user