From 450ec2add09b05f2aeb16de65e0cb05df7b7ea61 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 6 Oct 2014 16:29:39 +0200 Subject: [PATCH] Make it possible to differentiate the "final" next button refs #7163 --- application/views/scripts/form/setup-summary.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/form/setup-summary.phtml b/application/views/scripts/form/setup-summary.phtml index fa735a4d5..b7d5a9ac7 100644 --- a/application/views/scripts/form/setup-summary.phtml +++ b/application/views/scripts/form/setup-summary.phtml @@ -56,7 +56,7 @@ use Icinga\Web\Wizard; getElement($form->getUidElementName()); ?>
getElement(Wizard::BTN_PREV); ?> - getElement(Wizard::BTN_NEXT)->setLabel(t('Install Icinga Web 2')); ?> + getElement(Wizard::BTN_NEXT)->setLabel(t('Install Icinga Web 2'))->setAttrib('class', 'install'); ?>
\ No newline at end of file