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

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

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

revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC revision 273 by fraynaud, Thu Dec 15 10:57:59 2011 UTC
# Line 50  class blocnote extends blocnote_gen { Line 50  class blocnote extends blocnote_gen {
50      function setSelect(&$form, $maj,$db,$debug) {      function setSelect(&$form, $maj,$db,$debug) {
51      $contenu=array();      $contenu=array();
52          $contenu[0]=array(_('divers'),_('amenagement'),          $contenu[0]=array(_('divers'),_('amenagement'),
53                             _('construction'),_('demolition'));                             _('construction'),_('demolition'),_('contentieux'));
54          $contenu[1]=array(_('divers'),_('amenagement'),          $contenu[1]=array(_('divers'),_('amenagement'),
55                             _('construction'),_('demolition'));                             _('construction'),_('demolition'),_('contentieux'));
56          $form->setSelect("categorie",$contenu);          $form->setSelect("categorie",$contenu);
57      }      }
58    
# Line 70  class blocnote extends blocnote_gen { Line 70  class blocnote extends blocnote_gen {
70          $form->setMax('note', 10);          $form->setMax('note', 10);
71      }      }
72  }// fin classe  }// fin classe
 ?>  
73    ?>

Legend:
Removed from v.116  
changed lines
  Added in v.273

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26