"._("grade"); if(!isset($premier)) $premier=''; if(!isset($recherche1)) $recherche1=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."grade"; // SELECT $champAffiche = array( 'grade.grade as "'._("grade").'"', 'grade.libelle as "'._("libelle").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'grade.grade as "'._("grade").'"', 'grade.libelle as "'._("libelle").'"', ); $tri="ORDER BY grade.libelle ASC NULLS LAST"; $edition="grade"; $selection=''; $sousformulaire = array( 'agent',); ?>