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'));
|
||||
}
|
||||
|
||||
$this->addDecorator('FormErrors', array('onlyCustomFormErrors' => true))
|
||||
$this->addDecorator('FormDescriptions')
|
||||
->addDecorator('FormNotifications')
|
||||
->addDecorator('FormDescriptions')
|
||||
->addDecorator('FormErrors', array('onlyCustomFormErrors' => true))
|
||||
->addDecorator('FormElements')
|
||||
//->addDecorator('HtmlTag', array('tag' => 'dl', 'class' => 'zend_form'))
|
||||
->addDecorator('Form');
|
||||
|
|
Loading…
Reference in New Issue