mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Form: It's a field, not a control
This commit is contained in:
parent
507e5b43cc
commit
e2887df03e
@ -684,7 +684,7 @@ class Form extends Zend_Form
|
|||||||
if ($this->getUseFormAutosubmit()) {
|
if ($this->getUseFormAutosubmit()) {
|
||||||
$warningId = 'autosubmit_warning_' . $el->getId();
|
$warningId = 'autosubmit_warning_' . $el->getId();
|
||||||
$warningText = $this->getView()->escape($this->translate(
|
$warningText = $this->getView()->escape($this->translate(
|
||||||
'Upon its value has changed, this control issues an automatic update of this page.'
|
'Upon its value has changed, this field issues an automatic update of this page.'
|
||||||
));
|
));
|
||||||
$autosubmitDecorator = $this->_getDecorator('Callback', array(
|
$autosubmitDecorator = $this->_getDecorator('Callback', array(
|
||||||
'placement' => 'PREPEND',
|
'placement' => 'PREPEND',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user