mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
20f144bd4b
commit
32f8c0770c
@ -655,8 +655,21 @@ class Wizard
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$page->setAttrib('data-progress-element', 'wizard-progress');
|
||||||
|
$page->addElement(
|
||||||
|
'note',
|
||||||
|
'progress',
|
||||||
|
array(
|
||||||
|
'order' => 99,
|
||||||
|
'decorators' => array(
|
||||||
|
'ViewHelper',
|
||||||
|
array('Spinner', array('id' => 'wizard-progress'))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$page->addDisplayGroup(
|
$page->addDisplayGroup(
|
||||||
array(static::BTN_PREV, static::BTN_NEXT),
|
array(static::BTN_PREV, static::BTN_NEXT, 'progress'),
|
||||||
'buttons',
|
'buttons',
|
||||||
array(
|
array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user