mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
parent
b50c780bcf
commit
450ec2add0
@ -56,7 +56,7 @@ use Icinga\Web\Wizard;
|
|||||||
<?= $form->getElement($form->getUidElementName()); ?>
|
<?= $form->getElement($form->getUidElementName()); ?>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<?= $form->getElement(Wizard::BTN_PREV); ?>
|
<?= $form->getElement(Wizard::BTN_PREV); ?>
|
||||||
<?= $form->getElement(Wizard::BTN_NEXT)->setLabel(t('Install Icinga Web 2')); ?>
|
<?= $form->getElement(Wizard::BTN_NEXT)->setLabel(t('Install Icinga Web 2'))->setAttrib('class', 'install'); ?>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user