Parent Directory | Revision Log | Patch
revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC | revision 344 by fmichon, Wed Jul 4 06:43:16 2012 UTC | |
---|---|---|
# | Line 34 class om_sousetat extends om_sousetat_ge | Line 34 class om_sousetat extends om_sousetat_ge |
34 | * | * |
35 | */ | */ |
36 | function setType(&$form,$maj) { | function setType(&$form,$maj) { |
37 | parent :: setType(&$form,$maj); | parent :: setType($form,$maj); |
38 | $form->setType('image', 'hidden'); | $form->setType('image', 'hidden'); |
39 | if ($maj < 2) { //ajouter et modifier | if ($maj < 2) { //ajouter et modifier |
40 | $form->setType('actif', 'checkbox'); | $form->setType('actif', 'checkbox'); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |