get_array("select * from stock_goods where c_id=$1",array($_GET['c_id'])); echo HtmlInput::title_box(_("Détail changement"),$_GET['ctl']); $p_array=array(); $p_array['p_date']=$cn->get_value("select to_char(c_date,'DD.MM.YYYY') from stock_change where c_id=$1",array($_GET['c_id'])); $p_array['p_motif']=$cn->get_value("select c_comment from stock_change where c_id=$1",array($_GET['c_id'])); $p_array['p_depot']=$cn->get_value("select r_id from stock_change where c_id=$1",array($_GET['c_id'])); for ($i=0;$iinput($p_array,true); ?>

label= _("Cochez pour confirmer effacement"); echo $ck->input();?>