| 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 . ' ';?>
executionType == 'kanban' ? true : '';
$class = $task->executionType == 'kanban' ? 'iframe' : '';
?>
createLink('task', 'view', "taskID=$task->id", '', $onlybody, $task->project), $task->name, null, "class='$class' data-width='80%' style='color: $task->color'");?>
|
estimate . $lang->execution->workHourUnit;?> |
consumed . $lang->execution->workHourUnit;?> |
left . $lang->execution->workHourUnit;?> |
delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo $task->deadline;?> |
processStatus('task', $task);?> |