get_workflow_election(); if ($workflow === false || $workflow === 'Archivage' ) { $tab_actions['corner']['ajouter'] = null; } // SELECT $champAffiche = array( 'animation.animation as "'.__("animation").'"', 'election.libelle as "'.__("election").'"', 'animation.libelle as "'.__("libelle").'"' ); } else { $selection = " WHERE is_modele = TRUE"; // SELECT $champAffiche = array( 'animation.animation as "'.__("animation").'"', 'election.libelle as "'.__("election").'"', 'animation.libelle as "'.__("libelle").'"', 'animation.titre as "'.__("titre").'"', "case animation.actif when 't' then 'Oui' else 'Non' end as \"".__("actif")."\"" ); } $champRecherche = array( 'animation.animation as "'.__("animation").'"', 'animation.libelle as "'.__("libelle").'"', 'animation.titre as "'.__("titre").'"' ); $sousformulaire = array();