Forms: no dtdd wrapper for fieldsets
This commit is contained in:
parent
b1620f91cb
commit
d25e28c137
|
@ -49,7 +49,6 @@ class IcingaHostForm extends DirectorObjectForm
|
|||
$this->addDisplayGroup($elements, 'object_definition', array(
|
||||
'decorators' => array(
|
||||
'FormElements',
|
||||
'DtDdWrapper',
|
||||
'Fieldset',
|
||||
),
|
||||
'order' => 20,
|
||||
|
|
|
@ -121,7 +121,6 @@ abstract class DirectorObjectForm extends QuickForm
|
|||
$this->addDisplayGroup($elements, 'custom_fields', array(
|
||||
'decorators' => array(
|
||||
'FormElements',
|
||||
'DtDdWrapper',
|
||||
'Fieldset',
|
||||
),
|
||||
'order' => 50,
|
||||
|
@ -691,7 +690,6 @@ abstract class DirectorObjectForm extends QuickForm
|
|||
$this->addDisplayGroup($elements, 'check_execution', array(
|
||||
'decorators' => array(
|
||||
'FormElements',
|
||||
'DtDdWrapper',
|
||||
'Fieldset',
|
||||
),
|
||||
'order' => 60,
|
||||
|
|
Loading…
Reference in New Issue