diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index 3ec7d32495..3774d106f3 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -54,7 +54,11 @@
pri;?>'>pri;?> |
createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> |
- createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> |
+
+ team)) echo '' . $this->lang->task->multipleAB . ' ';?>
+ parent)) echo '' . $this->lang->task->childrenAB . ' ';?>
+ createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?>
+ |
openedBy);?> |
assignedTo);?> |
finishedBy);?> |