Rename methods to render fields in TaskHelper and SubtaskHelper
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
<div class="alert alert-error"><?= $this->text->e($error_message) ?></div>
|
||||
<?php endif ?>
|
||||
|
||||
<?= $this->modal->submitButtons(t('Next')) ?>
|
||||
<?= $this->modal->submitButtons(array('submitLabel' => t('Next'))) ?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user