Added hooks for plugins

This commit is contained in:
Eskiso 2016-09-28 17:28:48 +01:00 committed by GitHub
parent 3cd709aec9
commit 7a9ee838f0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<tr>
<th class="column-40"><?= t('Title') ?></th>
<th><?= t('Assignee') ?></th>
<?= $this->hook->render('template:subtask:table:header', array('values' => $values, 'errors' => $errors)) ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>
@ -29,6 +30,7 @@
<?= $this->text->e($subtask['name'] ?: $subtask['username']) ?>
<?php endif ?>
</td>
<?= $this->hook->render('template:subtask:table:rows', array('subtask' => $subtask)) ?>
<td>
<ul class="no-bullet">
<li>