Add new hook template:task:form:bottom-before-buttons

This commit is contained in:
Timo
2020-03-04 03:23:45 +01:00
committed by GitHub
parent 705648d795
commit ea11436663
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,9 @@
</div>
<div class="task-form-bottom">
<?= $this->hook->render('template:task:form:bottom-before-buttons', array('values' => $values, 'errors' => $errors)) ?>
<?= $this->modal->submitButtons() ?>
</div>
</div>