mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Form: Show notifications and errors below any descriptions
They might be textually related to one or more descriptions. refs #8983
This commit is contained in:
parent
19be028981
commit
702a9c9523
@ -1043,9 +1043,9 @@ class Form extends Zend_Form
|
|||||||
->addDecorator('HtmlTag', array('tag' => 'div', 'class' => 'header'));
|
->addDecorator('HtmlTag', array('tag' => 'div', 'class' => 'header'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->addDecorator('FormErrors', array('onlyCustomFormErrors' => true))
|
$this->addDecorator('FormDescriptions')
|
||||||
->addDecorator('FormNotifications')
|
->addDecorator('FormNotifications')
|
||||||
->addDecorator('FormDescriptions')
|
->addDecorator('FormErrors', array('onlyCustomFormErrors' => true))
|
||||||
->addDecorator('FormElements')
|
->addDecorator('FormElements')
|
||||||
//->addDecorator('HtmlTag', array('tag' => 'dl', 'class' => 'zend_form'))
|
//->addDecorator('HtmlTag', array('tag' => 'dl', 'class' => 'zend_form'))
|
||||||
->addDecorator('Form');
|
->addDecorator('Form');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user