QuickForm: no label for hints
This commit is contained in:
parent
d30d5c51c2
commit
44a9755cce
|
@ -82,7 +82,7 @@ abstract class QuickForm extends Zend_Form
|
|||
{
|
||||
if (false !== ($label = $this->getSubmitLabel())) {
|
||||
$this->addElement('submit', $label);
|
||||
$this->getElement($label)->setLabel($label);
|
||||
$this->getElement($label)->setLabel($label)->removeDecorator('Label');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue