/[openfoncier]/trunk/obj/service.class.php
ViewVC logotype

Diff of /trunk/obj/service.class.php

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

revision 2315 by nhaye, Fri Nov 2 13:36:51 2012 UTC revision 2316 by nhaye, Thu Sep 19 12:26:53 2013 UTC
# Line 44  class service extends service_gen { Line 44  class service extends service_gen {
44          $form->setSelect("delai",$contenu);          $form->setSelect("delai",$contenu);
45                    
46          $contenu=array();          $contenu=array();
47          $contenu[0]=array('avec_avis_attendu',  
48                            'pour_information',          $contenu[0]=array(
49                            'pour_conformite');            'avec_avis_attendu',
50          $contenu[1]=array(_('Avec avis attendu'),            'pour_conformite',
51                            _('Pour information'),            'pour_information',
52                            _('Pour conformite'));            );
53    
54            $contenu[1]=array(
55              _('Avec avis attendu'),
56              _('Pour conformite'),
57              _('Pour information'),
58              
59              );
60          $form->setSelect("type_consultation",$contenu);          $form->setSelect("type_consultation",$contenu);
61      }      }
62            

Legend:
Removed from v.2315  
changed lines
  Added in v.2316

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26