Task #4359 : Multiecran

This commit is contained in:
sparkyx 2005-07-04 20:28:46 +00:00
parent 3794344a49
commit dc4e553bcf
3 changed files with 10 additions and 3 deletions

View file

@ -428,8 +428,12 @@ function u_ShowMenuRecherche($p_cn,$p_jrn,$p_sessid,$p_array=null)
$r.='<TD><input type="text" name="s_internal" value="'.$p_s_internal.'"></td>';
$r.= "</TR>";
$r.='<TR>'.InputType("numéro de poste","js_search_poste","poste",$p_poste);
// $r.='<TR>'.InputType("numéro de poste","js_search_poste","poste",$p_poste);
$W=new widget("js_search_poste");
$W->label="Numéro de poste";
$W->name="poste";
$W->value=$p_poste;
$r.="<TR>".$W->IOValue();
$r.= "<TR>";