diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index 8981fb14e0..b8ad733fa1 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -42,22 +42,20 @@ idAB);?> - priAB);?> - task->execution);?> task->name);?> + priAB);?> + statusAB);?> + task->execution);?> + task->deadlineAB);?> task->estimateAB);?> task->consumedAB);?> task->leftAB);?> - task->deadlineAB);?> - statusAB);?> createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> - task->priList, $task->pri, $task->pri);?> - createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName);?> team)) echo '' . $this->lang->task->multipleAB . ' ';?> parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?> @@ -67,11 +65,13 @@ ?> createLink('task', 'view', "taskID=$task->id", '', $onlybody, $task->project), $task->name, null, "class='$class' data-width='80%' style='color: $task->color' title='$task->name'");?> + task->priList, $task->pri, $task->pri);?> + processStatus('task', $task);?> + createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName);?> + deadline, 0, 4) > 0) echo '' . $task->deadline . '';?> estimate . $lang->execution->workHourUnit;?> consumed . $lang->execution->workHourUnit;?> left . $lang->execution->workHourUnit;?> - deadline, 0, 4) > 0) echo '' . $task->deadline . '';?> - processStatus('task', $task);?>