Remove long required hint in forms
This commit is contained in:
parent
8481daa91f
commit
d8d917ef5a
|
@ -58,7 +58,7 @@ class FormHints extends Zend_Form_Decorator_Abstract
|
||||||
$hints = $this->recurseForm($form, $entirelyRequired);
|
$hints = $this->recurseForm($form, $entirelyRequired);
|
||||||
if ($entirelyRequired !== null) {
|
if ($entirelyRequired !== null) {
|
||||||
$hints[] = $form->getView()->translate(sprintf(
|
$hints[] = $form->getView()->translate(sprintf(
|
||||||
'Required fields are marked with %s and must be filled in to complete the form.',
|
'* Required field',
|
||||||
$form->getRequiredCue()
|
$form->getRequiredCue()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue