Added hooks for plugins
This commit is contained in:
parent
3cd709aec9
commit
7a9ee838f0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue