/[openfoncier]/trunk/sql/pgsql/dossier.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/dossier.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1355 by vpihour, Mon Mar 11 13:57:07 2013 UTC revision 1367 by nhaye, Mon Mar 11 17:57:35 2013 UTC
# Line 87  if (isset($_GET["obj"]) && $_GET["obj"] Line 87  if (isset($_GET["obj"]) && $_GET["obj"]
87          'taille' => 30,          'taille' => 30,
88          'libelle' => _('dossier_autorisation_type_detaille'));          'libelle' => _('dossier_autorisation_type_detaille'));
89    
   
   
     //  
     $champs['delegataire_nom'] = array(  
         'table' => 'dossier',  
         'colonne' => 'delegataire_nom',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('nom delegataire'));  
     //  
     $champs['demandeur_nom'] = array(  
         'table' => 'dossier',  
         'colonne' => 'demandeur_nom',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('nom demandeur'));  
   
   
     //  
     $champs['demandeur_societe'] = array(  
         'table' => 'dossier',  
         'colonne' => 'demandeur_societe',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('demandeur_societe'));  
90      //      //
91      $champs['parcelle'] = array(      $champs['parcelle'] = array(
92          'table' => 'dossier',          'table' => 'dossier',
# Line 119  if (isset($_GET["obj"]) && $_GET["obj"] Line 94  if (isset($_GET["obj"]) && $_GET["obj"]
94          'type' => 'text',          'type' => 'text',
95          'taille' => 30,          'taille' => 30,
96          'libelle' => _('parcelle'));          'libelle' => _('parcelle'));
   
     //  
     $champs['rivoli'] = array(  
         'table' => 'dossier',  
         'colonne' => 'rivoli',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('rivoli'));  
     //  
     $champs['terrain_adresse'] = array(  
         'table' => 'dossier',  
         'colonne' => 'terrain_adresse',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('terrain_adresse'));  
   
   
   
   
     //  
     $champs['terrain_adresse_complement'] = array(  
         'table' => 'dossier',  
         'colonne' => 'terrain_adresse_complement',  
         'type' => 'text',  
         'taille' => 30,  
         'libelle' => _('terrain_adresse_complement'));  
97      //// COL2      //// COL2
98    
99      //      //
# Line 163  if (isset($_GET["obj"]) && $_GET["obj"] Line 112  if (isset($_GET["obj"]) && $_GET["obj"]
112          "args" => $args,          "args" => $args,
113      );      );
114    
     //  
     $champs['travaux'] = array(  
         'table' => 'dossier',  
         'colonne' => 'travaux',  
         'type' => 'select',  
         'libelle' => _('travaux'));  
   
   
115      //// COL3      //// COL3
116    
117    

Legend:
Removed from v.1355  
changed lines
  Added in v.1367

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26