Skip to content

Commit

Permalink
Make it possible to differentiate the "final" next button
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Oct 6, 2014
1 parent b50c780 commit 450ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/form/setup-summary.phtml
Expand Up @@ -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>

0 comments on commit 450ec2a

Please sign in to comment.