Rename methods to render fields in TaskHelper and SubtaskHelper

This commit is contained in:
Frederic Guillot
2017-01-08 18:07:38 -05:00
parent 07f9700179
commit 5ce0ebdd26
9 changed files with 65 additions and 62 deletions

View File

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