Make it possible to differentiate the "final" next button

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-06 16:29:39 +02:00
parent b50c780bcf
commit 450ec2add0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ use Icinga\Web\Wizard;
<?= $form->getElement($form->getUidElementName()); ?>
<div class="buttons">
<?= $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>
</form>
</div>