From 07b17cc7018c91d69a5bf5739b1576f937f05d54 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 21 Aug 2015 09:52:57 +0200 Subject: [PATCH] Wizard: Add Spinner decorator to the first (and only) submit button refs #8369 --- library/Icinga/Web/Wizard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Wizard.php b/library/Icinga/Web/Wizard.php index f70452d3b..bf68e3527 100644 --- a/library/Icinga/Web/Wizard.php +++ b/library/Icinga/Web/Wizard.php @@ -606,7 +606,7 @@ class Wizard 'type' => 'submit', 'value' => $pages[1]->getName(), 'label' => t('Next'), - 'decorators' => array('ViewHelper') + 'decorators' => array('ViewHelper', 'Spinner') ) ); } elseif ($index < count($pages) - 1) {