parent
a92c0de52f
commit
46ab8d847d
|
@ -212,11 +212,12 @@ class Form extends Zend_Form
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $defaultElementDecorators = array(
|
public static $defaultElementDecorators = array(
|
||||||
|
array('Label', array('tag'=>'span', 'separator' => '', 'class' => 'control-label')),
|
||||||
|
array('Help', array('placement' => 'APPEND')),
|
||||||
|
array(array('labelWrap' => 'HtmlTag'), array('tag' => 'div', 'class' => 'control-label-group')),
|
||||||
array('ViewHelper', array('separator' => '')),
|
array('ViewHelper', array('separator' => '')),
|
||||||
array('Errors', array('separator' => '')),
|
array('Errors', array('separator' => '')),
|
||||||
array('Help', array('placement' => 'PREPEND')),
|
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
|
||||||
array('Label', array('separator' => '')),
|
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue