".__("enjeux"); if(!isset($premier)) $premier=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (!isset($idxformulaire)) { $idxformulaire = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } // FROM $table = DB_PREFIXE."enjeux"; // SELECT $champAffiche = array( 'enjeux.enjeux as "'.__("enjeux").'"', 'enjeux.libelle as "'.__("libelle").'"', 'enjeux.couleur as "'.__("couleur").'"', 'enjeux.priorite as "'.__("priorite").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'enjeux.enjeux as "'.__("enjeux").'"', 'enjeux.libelle as "'.__("libelle").'"', 'enjeux.couleur as "'.__("couleur").'"', 'enjeux.priorite as "'.__("priorite").'"', ); $tri="ORDER BY enjeux.libelle ASC NULLS LAST"; $edition="enjeux"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'lien_dossier_enjeux', 'lien_enjeux_dossier_instruction_type', 'lien_enjeux_om_collectivite', );