|
/>
id);?>
|
pri;?>' title='task->priList, $task->pri);?>'>task->priList, $task->pri);?> |
' title='name?>'>
team)) echo '' . $this->lang->task->multipleAB . ' ';?>
parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?>
createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->name, null, "style='color: $task->color' data-group='execution'");?>
children)) echo '';?>
|
systemMode == 'new'):?>
createLink('project', 'index', "projectID=$task->project"), $task->projectName);?> |
createLink('execution', 'task', "executionID=$task->execution"), $task->executionName, '', "data-group='execution'");?> |
openedBy);?> |
rawMethod == 'work'):?>
deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> |
task->printAssignedHtml($task, $users);?> |
finishedBy);?> |
estimate, 1) . $lang->execution->workHourUnit;?> |
consumed, 1) . $lang->execution->workHourUnit;?> |
left, 1) . $lang->execution->workHourUnit;?> |
storyStatus) and $task->storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion and !in_array($task->status, array('cancel', 'closed')));?>
{$this->lang->my->storyChanged}") : print(" " . $this->processStatus('task', $task) . "");?>
|
needConfirm)
{
$this->lang->task->confirmStoryChange = $this->lang->confirm;
common::printIcon('task', 'confirmStoryChange', "taskid=$task->id", '', 'list', '', 'hiddenwin', '', '', '', '', $task->project);
}
else
{
if($task->status != 'pause') common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', '', '', 'iframe', true, '', '', $task->project);
if($task->status == 'pause') common::printIcon('task', 'restart', "taskID=$task->id", $task, 'list', '', '', 'iframe', true, '', '', $task->project);
common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', '', '', 'iframe', true, '', '', $task->project);
common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', '', '', 'iframe', true, '', '', $task->project);
common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'time', '', 'iframe', true, '', '', $task->project);
common::printIcon('task', 'edit', "taskID=$task->id", $task, 'list', '', '', 'iframe', true, "data-width='95%'", '', $task->project);
common::printIcon('task', 'batchCreate', "executionID=$task->execution&storyID=$task->story&moduleID=$task->module&taskID=$task->id&ifame=true", $task, 'list', 'split', '', 'iframe', true, "data-width='95%'", $this->lang->task->children, $task->project);
}
}
?>
|
children)):?>
children as $key => $child):?>
children)) ? ' table-child-bottom' : '';?>
|
/>
id);?>
|
pri;?>' title='task->priList, $child->pri);?>'>task->priList, $child->pri);?> |
parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?>
createLink('task', 'view', "taskID=$child->id", '', '', $child->project), $child->name, null, "style='color: $child->color' data-group='project'");?>
|
systemMode == 'new'):?>
createLink('project', 'view', "projectID=$child->project"), $child->projectName);?> |
createLink('execution', 'task', "executionID=$child->project"), $child->executionName, '', "data-group='execution'");?> |
openedBy);?> |
rawMethod == 'work'):?>
deadline, 0, 4) > 0) echo substr($child->deadline, 5, 6);?> |
task->printAssignedHtml($child, $users);?> |
finishedBy);?> |
estimate, 1) . ' ' . $lang->execution->workHourUnit;?> |
consumed, 1) . ' ' . $lang->execution->workHourUnit;?> |
left, 1) . ' ' . $lang->execution->workHourUnit;?> |
storyStatus) and $child->storyStatus == 'active' and $child->latestStoryVersion > $child->storyVersion and !in_array($child->status, array('cancel', 'closed')));?>
{$this->lang->my->storyChanged}") : print(" " . $this->processStatus('task', $child) . "");?>
|
needConfirm)
{
$this->lang->task->confirmStoryChange = $this->lang->confirm;
common::printIcon('task', 'confirmStoryChange', "taskid=$child->id", '', 'list', '', 'hiddenwin', '', '', '', '', $child->project);
}
else
{
if($child->status != 'pause') common::printIcon('task', 'start', "taskID=$child->id", $child, 'list', '', '', 'iframe', true, '', '', $child->project);
if($child->status == 'pause') common::printIcon('task', 'restart', "taskID=$child->id", $child, 'list', '', '', 'iframe', true, '', '', $child->project);
common::printIcon('task', 'close', "taskID=$child->id", $child, 'list', '', '', 'iframe', true, '', '', $child->project);
common::printIcon('task', 'finish', "taskID=$child->id", $child, 'list', '', '', 'iframe', true, '', '', $child->project);
common::printIcon('task', 'recordEstimate', "taskID=$child->id", $child, 'list', 'time', '', 'iframe', true, '', '', $child->project);
common::printIcon('task', 'edit', "taskID=$child->id", $child, 'list', '', '', '', '', 'data-group="execution"', '', $child->project);
common::printIcon('task', 'batchCreate', "executionID=$child->execution&storyID=$child->story&moduleID=$child->module&taskID=$child->id&iframe=true", $child, 'list', 'split', '', 'iframe', true, 'data-group="execution"', $this->lang->task->children, $child->project);
}
}
?>
|