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(
|
$this->addDisplayGroup($elements, 'object_definition', array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
'DtDdWrapper',
|
|
||||||
'Fieldset',
|
'Fieldset',
|
||||||
),
|
),
|
||||||
'order' => 20,
|
'order' => 20,
|
||||||
|
|
|
@ -121,7 +121,6 @@ abstract class DirectorObjectForm extends QuickForm
|
||||||
$this->addDisplayGroup($elements, 'custom_fields', array(
|
$this->addDisplayGroup($elements, 'custom_fields', array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
'DtDdWrapper',
|
|
||||||
'Fieldset',
|
'Fieldset',
|
||||||
),
|
),
|
||||||
'order' => 50,
|
'order' => 50,
|
||||||
|
@ -691,7 +690,6 @@ abstract class DirectorObjectForm extends QuickForm
|
||||||
$this->addDisplayGroup($elements, 'check_execution', array(
|
$this->addDisplayGroup($elements, 'check_execution', array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
'DtDdWrapper',
|
|
||||||
'Fieldset',
|
'Fieldset',
|
||||||
),
|
),
|
||||||
'order' => 60,
|
'order' => 60,
|
||||||
|
|
Loading…
Reference in New Issue