Replace description decorator through help decorator
refs #7696 resolves #7696
This commit is contained in:
parent
4a4fbaee8e
commit
38ef33276a
|
@ -109,7 +109,7 @@ class Form extends Zend_Form
|
||||||
public static $defaultElementDecorators = array(
|
public static $defaultElementDecorators = array(
|
||||||
array('ViewHelper', array('separator' => '')),
|
array('ViewHelper', array('separator' => '')),
|
||||||
array('Errors', array('separator' => '')),
|
array('Errors', array('separator' => '')),
|
||||||
array('Description', array('tag' => 'span', 'class' => 'description', 'separator' => '')),
|
array('Help'),
|
||||||
array('Label', array('separator' => '')),
|
array('Label', array('separator' => '')),
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
|
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue