From 195f2d2f2e5de42f5466a3742a5b14916288c4fe Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 14:30:23 +0200 Subject: [PATCH] setup: Fix button style of the finish refs #5543 --- .../setup/application/views/scripts/index/parts/finish.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/setup/application/views/scripts/index/parts/finish.phtml b/modules/setup/application/views/scripts/index/parts/finish.phtml index 847ae5b92..25ef1ba8f 100644 --- a/modules/setup/application/views/scripts/index/parts/finish.phtml +++ b/modules/setup/application/views/scripts/index/parts/finish.phtml @@ -11,7 +11,7 @@ 'authentication/login?renderLayout', null, array( - 'class' => 'button-like login', + 'class' => 'button-link login', 'title' => $this->translate('Show the login page of Icinga Web 2') ) ); ?> @@ -21,7 +21,7 @@ null, null, array( - 'class' => 'button-like', + 'class' => 'button-link', 'title' => $this->translate('Show previous wizard-page') ) ); ?>