17 |
$form->setType('delai_notification', 'select'); |
$form->setType('delai_notification', 'select'); |
18 |
$form->setType('delai', 'select'); |
$form->setType('delai', 'select'); |
19 |
$form->setType('lettretype', 'select'); |
$form->setType('lettretype', 'select'); |
20 |
$form->setType('consultation', 'checkbox'); |
$form->setType('pour_consultation', 'checkbox'); |
21 |
} |
} |
22 |
} |
} |
23 |
|
|
24 |
function setSelect(&$form, $maj,$db,$debug) { |
function setSelect(&$form, $maj,$db,$debug) { |
25 |
parent::setSelect($form, $maj,$db,$debug); |
parent::setSelect($form, $maj,$db,$debug); |
26 |
|
|
|
|
|
27 |
if($maj<2){ |
if($maj<2){ |
28 |
// lettretype |
// lettretype |
29 |
if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc.php")) |
if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc.php")) |