/[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 507 by vpihour, Tue Oct 16 15:18:58 2012 UTC revision 510 by vpihour, Wed Oct 17 11:02:35 2012 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('pour_information',          $contenu[0]=array('avec_avis_attendu',
48                            'avec_avis_attendu',                            'pour_information',
49                            'pour_conformite');                            'pour_conformite');
50          $contenu[1]=array(_('Pour information'),          $contenu[1]=array(_('Avec avis attendu'),
51                            _('Avec avis attendu'),                            _('Pour information'),
52                            _('Pour conformite'));                            _('Pour conformite'));
53          $form->setSelect("type_consultation",$contenu);          $form->setSelect("type_consultation",$contenu);
54      }      }

Legend:
Removed from v.507  
changed lines
  Added in v.510

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26