Wizard: Add Spinner decorator to the first (and only) submit button

refs #8369
This commit is contained in:
Johannes Meyer 2015-08-21 09:52:57 +02:00
parent d9855d8273
commit 07b17cc701
1 changed files with 1 additions and 1 deletions

View File

@ -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) {