Fix wrong arguments for submitButtons() helper
This commit is contained in:
@@ -8,5 +8,7 @@
|
||||
<?= $this->form->label(t('Action'), 'action_name') ?>
|
||||
<?= $this->form->select('action_name', $available_actions, $values) ?>
|
||||
|
||||
<?= $this->modal->submitButtons(t('Next step')) ?>
|
||||
<?= $this->modal->submitButtons(array(
|
||||
'submitLabel' => t('Next step')
|
||||
)) ?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user