mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user