". _("nouvelle demande")." -> "._("autre dossier"); $tab_title = _("demande"); //Suppression de l'action ajouter $tab_actions['corner']['ajouter'] = NULL; // Actions a gauche : consulter $tab_actions['left']['consulter'] = array('lien' => '../scr/form.php?obj=demande_autre_dossier&action=0&idx_dossier=', 'id' => '&premier='.$premier.'&advs_id='.$advs_id.'&recherche='.$recherche1. '&tricol='.$tricol.'&selectioncol='.$selectioncol.'&valide='.$valide, 'lib' => ''. _('Ajouter une demande').'', 'ordre' => 20,); // Action du contenu : aucune $tab_actions['content'] = null; // Recherche avancee $champs = array(); /*Ajout des champs de la recherche*/ $champs['dossier'] = array( 'table' => 'dossier', 'colonne' => array('dossier', 'dossier_libelle'), 'type' => 'text', 'libelle' => _('dossier')); $champs['particulier_nom'] = array('colonne' => array('particulier_nom', 'particulier_prenom', 'personne_morale_raison_sociale', 'personne_morale_denomination'), 'table' => 'demandeur', 'libelle' => _('petitionnaire'), 'type' => 'text' ); $champs['adresse'] = array( 'table' => 'dossier', 'colonne' => array('terrain_adresse_voie_numero', 'terrain_adresse_voie', 'terrain_adresse_lieu_dit', 'terrain_adresse_code_postal', 'terrain_adresse_localite', 'terrain_adresse_bp', 'terrain_adresse_cedex'), 'type' => 'text', 'libelle' => _('terrain')); $champs['arrondissement'] = array('colonne' => 'arrondissement', 'table' => 'dossier_autorisation', 'libelle' => _('arrondissement'), 'type' => 'select' ); $champs['dossier_autorisation_type_detaille'] = array( 'table' => 'dossier_autorisation', 'colonne' => 'dossier_autorisation_type_detaille', 'type' => 'select', 'libelle' => _('nature_dossier')); $champs['depot_initial'] = array('colonne' => 'date_depot', 'table' => 'dossier', 'libelle' => _('date_depot'), 'type' => 'date', 'where' => 'intervaldate'); $champs['etat'] = array( 'table' => 'dossier', 'colonne' => 'etat', 'type' => 'select', 'libelle' => _('etat')); $options[] = array('type' => 'search', 'display' => true, 'advanced' => $champs, 'absolute_object' => 'dossier',); // Suppression de l'affichage du sélecteur de pages $options[] = array( 'type' => 'pagination_select', 'display' => ''); /*Fin rechercher avancée*/ $sousformulaire = array(); ?>