|
id", sprintf('%03d', $task->id))) printf('%03d', $task->id);?>
|
task->priList[$task->pri]?>'>task->priList[$task->pri];?> |
id", $task->name)) echo $task->name;
if($task->fromBug) echo html::a($this->createLink('bug', 'view', "id=$task->fromBug"), "[BUG#$task->fromBug]", '_blank', "class='bug'");
?>
|
status;?> >
storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion);
$storyChanged ? print("{$lang->story->changed} ") : print($lang->task->statusList[$task->status]);
?>
|
delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> |
cookie->windowWidth > $this->config->wideSize):?>
openedDate, 5, 6);?>
| >assignedTo == 'closed' ? 'Closed' : $task->assignedToRealName;?> |
finishedBy];?> |
cookie->windowWidth > $this->config->wideSize):?>
finishedDate, 5, 6);?>
| estimate;?> |
consumed;?> |
left;?> |
type == 'sprint')
{
echo 'storyID)
{
if(!common::printLink('story', 'view', "storyid=$task->storyID", $task->storyTitle)) print $task->storyTitle;
}
echo ' | ';
}
?>
project&taskID=$task->id", $task, 'list', '', '', 'iframe', true);
common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);
common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);
if($browseType == 'needconfirm')
{
$lang->task->confirmStoryChange = $lang->confirm;
common::printIcon('task', 'confirmStoryChange', "taskid=$task->id", '', 'list', '', 'hiddenwin');
}
common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);
common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);
common::printIcon('task', 'edit',"taskID=$task->id", '', 'list');
?>
|