Profile =$profile->p_name?>
$id=HtmlInput::hidden('p_id',$profile->p_id);
$name=new IText("p_name",$profile->p_name);
$desc=new IText("p_desc",$profile->p_desc);
$with_calc=new ICheckBox("with_calc","t");
$with_calc->set_check($profile->with_calc);
$with_direct_form=new ICheckBox("with_direct_form","t");
$with_direct_form->set_check($profile->with_direct_form);
echo '';
if ($profile->p_id > 0)
{
echo '';
echo '';
//Menu / Module /plugin in this profile
echo " Détail du profile
";
echo "Menu
";
echo $add_one;
$profile_menu = new Profile_Menu($cn);
$profile_menu->listing_profile($p_id);
echo "Impression
";
$profile_menu->printing($p_id);
echo $add_one;
}
?>