"._("parametre"); 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."parametre"; // SELECT $champAffiche = array( 'parametre.parametre as "'._("parametre").'"', 'parametre.libelle as "'._("libelle").'"', 'parametre.actif as "'._("actif").'"', 'parametre.sitadel as "'._("sitadel").'"', 'parametre.longueur_champ as "'._("longueur_champ").'"', 'parametre.type_champ as "'._("type_champ").'"', 'parametre.valeur_autorisee as "'._("valeur_autorisee").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'parametre.parametre as "'._("parametre").'"', 'parametre.libelle as "'._("libelle").'"', 'parametre.actif as "'._("actif").'"', 'parametre.sitadel as "'._("sitadel").'"', 'parametre.longueur_champ as "'._("longueur_champ").'"', 'parametre.type_champ as "'._("type_champ").'"', 'parametre.valeur_autorisee as "'._("valeur_autorisee").'"', ); $tri="ORDER BY parametre.libelle ASC NULLS LAST"; $edition="parametre"; $selection=''; $sousformulaire = array( 'statistique',); ?>