bureau";
if(isset($idx)){
if($idx != "]")
if (trim($idx!=""))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=""))
$ent = $ent." ".strtoupper($idz)." ";
}
$ico = "ico_bureau.png";
$edition="";
$table="bureau";
$champAffiche = array (
"bureau",
"libelle",
"canton");
$champRecherche=array("libelle","bureau","canton");
$tri= " order by bureau";
$selection="";
// sous formulaire
$sousformulaire=array("agent_bureau","elu_bureau");
$sousformulaire_class="sousformulaire_profil";
?>