array( 'colonne' => 'om_utilisateur', 'table' => 'om_utilisateur', 'type' => 'text', 'libelle' => _('identifiant'), 'taille' => 10, 'max' => 8, ), "nom_utilisateur" => array( 'colonne' => 'nom', 'table' => 'om_utilisateur', 'type' => 'text', 'libelle' => _('nom'), 'taille' => 20, 'max' => 8, ), "login_utilisateur" => array( 'colonne' => 'login', 'table' => 'om_utilisateur', 'type' => 'text', 'libelle' => _('login'), 'taille' => 20, 'max' => 8, ), "email_utilisateur" => array( 'colonne' => 'email', 'table' => 'om_utilisateur', 'type' => 'text', 'libelle' => _('email'), 'taille' => 40, 'max' => 8, ), "om_profil" => array( 'colonne' => 'om_profil', 'table' => 'om_utilisateur', 'type' => 'select', 'libelle' => _('profil'), ), ); $options = array(); $options[] = array( 'type' => 'search', 'display' => true, 'advanced' => $champs, 'default_form' => 'advanced', 'export' => array("csv", ), 'absolute_object' => 'om_utilisateur', );