setup: Fix button layout of the summary page

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 14:13:45 +02:00
parent 748a3c62fd
commit b81e767b7a
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
use Icinga\Web\Wizard; 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( <p><?= sprintf(