Wizard: Add Spinner decorator to the first (and only) submit button
refs #8369
This commit is contained in:
parent
d9855d8273
commit
07b17cc701
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue