From 2d53e2aabc6e3cbd9214773aef1723bf55e358c9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 14 Apr 2015 17:21:14 +0200 Subject: [PATCH] Issue #2469917 by tadityar: The install new theme page doesn't have a primary button --- core/modules/update/src/Form/UpdateManagerInstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/update/src/Form/UpdateManagerInstall.php b/core/modules/update/src/Form/UpdateManagerInstall.php index b3e2deb7186c..43d1f628681d 100644 --- a/core/modules/update/src/Form/UpdateManagerInstall.php +++ b/core/modules/update/src/Form/UpdateManagerInstall.php @@ -104,6 +104,7 @@ class UpdateManagerInstall extends FormBase { $form['actions'] = array('#type' => 'actions'); $form['actions']['submit'] = array( '#type' => 'submit', + '#button_type' => 'primary', '#value' => $this->t('Install'), );