setup: Fix button style of the finish

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 14:30:23 +02:00
parent a9a2b2be0a
commit 195f2d2f2e

View File

@ -11,7 +11,7 @@
'authentication/login?renderLayout', 'authentication/login?renderLayout',
null, null,
array( array(
'class' => 'button-like login', 'class' => 'button-link login',
'title' => $this->translate('Show the login page of Icinga Web 2') 'title' => $this->translate('Show the login page of Icinga Web 2')
) )
); ?> ); ?>
@ -21,7 +21,7 @@
null, null,
null, null,
array( array(
'class' => 'button-like', 'class' => 'button-link',
'title' => $this->translate('Show previous wizard-page') 'title' => $this->translate('Show previous wizard-page')
) )
); ?> ); ?>