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";
$tableSelect="droit";
$champs=array("droit","profil");
$selection="";
$sql_profil="select profil,concat(profil,' ', libelle_profil) as lib from profil order by profil";
/*$ent = "Paramétrage -> bureau";
$ico = "../img/ico_parametrage.png";
$tableSelect="bureau";
$champs=array("bureau","libelle","canton","zone");
$selection="";
$sql_canton="select canton,concat(canton,' ', libelle) as lib from canton order by canton";
$sql_zone="select zone,concat(zone,' ', libelle) as lib from zone order by zone";*/
?>