Added hooks for plugins
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="column-40"><?= t('Title') ?></th>
|
<th class="column-40"><?= t('Title') ?></th>
|
||||||
<th><?= t('Assignee') ?></th>
|
<th><?= t('Assignee') ?></th>
|
||||||
|
<?= $this->hook->render('template:subtask:table:header', array('values' => $values, 'errors' => $errors)) ?>
|
||||||
<th><?= t('Time tracking') ?></th>
|
<th><?= t('Time tracking') ?></th>
|
||||||
<?php if ($editable): ?>
|
<?php if ($editable): ?>
|
||||||
<th class="column-5"></th>
|
<th class="column-5"></th>
|
||||||
@@ -29,6 +30,7 @@
|
|||||||
<?= $this->text->e($subtask['name'] ?: $subtask['username']) ?>
|
<?= $this->text->e($subtask['name'] ?: $subtask['username']) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
|
<?= $this->hook->render('template:subtask:table:rows', array('subtask' => $subtask)) ?>
|
||||||
<td>
|
<td>
|
||||||
<ul class="no-bullet">
|
<ul class="no-bullet">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user