Add subtask time tracking in the task view
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<?php else: ?>
|
||||
<table class="table-fixed">
|
||||
<tr>
|
||||
<th class="column-20"><?= $subtask_paginator->order('Task', 'task_title') ?></th>
|
||||
<th class="column-20"><?= $subtask_paginator->order('Subtask', 'subtask_title') ?></th>
|
||||
<th class="column-20"><?= $subtask_paginator->order(t('Task'), 'task_title') ?></th>
|
||||
<th class="column-20"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
|
||||
<th><?= $subtask_paginator->order(t('Start'), 'start') ?></th>
|
||||
<th><?= $subtask_paginator->order(t('End'), 'end') ?></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user