mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-22 17:37:45 +02:00
parent
0f23e5d0ae
commit
b9252010b3
@ -220,8 +220,20 @@ class PreferenceForm extends Form
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setAttrib('data-progress-element', 'preferences-progress');
|
||||||
|
$this->addElement(
|
||||||
|
'note',
|
||||||
|
'preferences-progress',
|
||||||
|
array(
|
||||||
|
'decorators' => array(
|
||||||
|
'ViewHelper',
|
||||||
|
array('Spinner', array('id' => 'preferences-progress'))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$this->addDisplayGroup(
|
$this->addDisplayGroup(
|
||||||
array('btn_submit_preferences', 'btn_submit_session'),
|
array('btn_submit_preferences', 'btn_submit_session', 'preferences-progress'),
|
||||||
'submit_buttons',
|
'submit_buttons',
|
||||||
array(
|
array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user