Skip to content

Commit

Permalink
setup: Fix button layout of the summary page
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent 748a3c6 commit b81e767
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -2,7 +2,10 @@

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(
Expand Down

0 comments on commit b81e767

Please sign in to comment.