droit";
if(isset($idx)){
if($idx != "]")
if (trim($idx!=""))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=""))
$ent = $ent." ".strtoupper($idz)." ";
}
$ico = "../img/ico_parametrage.png";
$edition="";
//
$table="droit left join profil on profil.profil=droit.profil";
$champAffiche=array("droit.droit","concat(droit.profil,' ',profil.libelle_profil)as profil");
$champRecherche=array("droit");
if (!isset($idx))
$selection="";
else
$selection = " where droit.profil = ".$idx;
$tri= " order by droit";
?>