Parent Directory | Revision Log | Patch
revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC | revision 297 by fraynaud, Fri Feb 3 21:59:29 2012 UTC | |
---|---|---|
# | Line 55 class bible extends bible_gen { | Line 55 class bible extends bible_gen { |
55 | $form->setSelect("automatique",$contenu); | $form->setSelect("automatique",$contenu); |
56 | } | } |
57 | ||
58 | function setMax(&$form,$maj){ | |
59 | parent::setMax($form,$maj); | |
60 | $form->setMax('libelle', 70); | |
61 | } | |
62 | ||
63 | function setTaille(&$form,$maj){ | |
64 | parent::setTaille($form,$maj); | |
65 | $form->setTaille('libelle', 70); | |
66 | } | |
67 | }// fin classe | }// fin classe |
68 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |