"._("etat"); 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."etat"; // SELECT $champAffiche = array( 'etat.etat as "'._("etat").'"', 'etat.libelle as "'._("libelle").'"', 'etat.statut as "'._("statut").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'etat.etat as "'._("etat").'"', 'etat.libelle as "'._("libelle").'"', 'etat.statut as "'._("statut").'"', ); $tri="ORDER BY etat.libelle ASC NULLS LAST"; $edition="etat"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'dossier', 'evenement', 'instruction', 'lien_demande_type_etat', 'transition', ); ?>