mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
parent
748a3c62fd
commit
b81e767b7a
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
use Icinga\Web\Wizard;
|
||||
|
||||
$form->getElement(Wizard::BTN_NEXT)->setAttrib('class', 'finish');
|
||||
$form->getElement(Wizard::BTN_NEXT)->setAttrib(
|
||||
'class',
|
||||
$form->getElement(Wizard::BTN_NEXT)->getAttrib('class') . ' finish'
|
||||
);
|
||||
|
||||
?>
|
||||
<p><?= sprintf(
|
||||
|
|
|
|||
Loading…
Reference in a new issue