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

Annotation of /trunk/obj/action.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 406 - (hide annotations)
Thu Sep 20 16:26:58 2012 UTC (12 years, 4 months ago) by nhaye
File size: 1083 byte(s)
Ajout de champs not null,
Régénération suite à la maj OM

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:15
4     require_once ("../gen/obj/action.class.php");
5    
6     class action extends action_gen {
7    
8 fraynaud 121 function action($id,&$db,$debug) {
9     $this->constructeur($id,$db,$debug);
10     }// fin constructeur
11 fraynaud 3
12 fraynaud 121 function setTaille(&$form, $maj) {
13     parent::setTaille($form, $maj);
14     $form->setTaille('action',20);
15     $form->setTaille('libelle',60);
16     $form->setTaille('regle_etat',60);
17     $form->setTaille('regle_delai',60);
18     $form->setTaille('regle_accord_tacite',60);
19     $form->setTaille('regle_avis',60);
20     $form->setTaille('regle_date_limite',60);
21     $form->setTaille('regle_date_notification_delai',60);
22     $form->setTaille('regle_date_complet',60);
23     $form->setTaille('regle_date_validite',60);
24     $form->setTaille('regle_date_decision',60);
25     $form->setTaille('regle_date_chantier',60);
26     $form->setTaille('regle_date_achevement',60);
27     $form->setTaille('regle_date_conformite',60);
28     $form->setTaille('regle_date_rejet',60);
29     }
30 fraynaud 3 }// fin classe
31     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26