* @package dashboard * @version $Id: task.html.php 5101 2013-07-12 00:44:27Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
" . html::a(inlink('task', "type=assignedTo"), $lang->my->taskMenu->assignedToMe) . ""; echo "" . html::a(inlink('task', "type=openedBy"), $lang->my->taskMenu->openedByMe) . ""; echo "" . html::a(inlink('task', "type=finishedBy"), $lang->my->taskMenu->finishedByMe) . ""; echo "" . html::a(inlink('task', "type=closedBy"), $lang->my->taskMenu->closedByMe) . ""; echo "" . html::a(inlink('task', "type=canceledBy"), $lang->my->taskMenu->canceledByMe) . ""; ?>
idAB);?> priAB);?> task->project);?> task->name);?> task->estimateAB);?> task->consumedAB);?> task->leftAB);?> task->deadlineAB);?> statusAB);?> openedByAB);?> actions;?>
createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> task->priList[$task->pri];?>'>task->priList[$task->pri]) ? $lang->task->priList[$task->pri] : $task->pri;?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> createLink('task', 'view', "taskID=$task->id"), $task->name);?> estimate;?> consumed;?> left;?> delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo $task->deadline;?> task->statusList[$task->status];?> openedBy];?> project&taskID=$task->id", $task, 'list', 'icon-hand-right icon-large', '', 'iframe', true); common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', 'icon-play-circle icon-large', '', 'iframe', true); common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'icon-time icon-large', '', 'iframe', true); common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', 'icon-ok-sign icon-large', '', 'iframe', true); common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'icon-off icon-large', '', 'iframe', true); common::printIcon('task', 'edit', "taskID=$task->id", '', 'list', 'icon-edit icon-large'); ?>
createLink('task', 'batchEdit', "projectID=0&orderBy=$orderBy"); echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\""); } if($canBatchClose) { $actionLink = $this->createLink('task', 'batchClose'); echo html::commonButton($lang->close, "onclick=\"setFormAction('$actionLink','hiddenwin')\""); } ?>
show();?>