* @package dashboard * @version $Id: task.html.php 5101 2013-07-12 00:44:27Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
idAB);?> priAB);?> task->project);?> task->name);?> openedByAB);?> task->assignedTo);?> task->finishedBy);?> task->estimateAB);?> task->consumedAB);?> task->leftAB);?> task->deadlineAB);?> statusAB);?> actions;?>
createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> task->priList, $task->pri, $task->pri);?>'>task->priList, $task->pri, $task->pri);?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> createLink('task', 'view', "taskID=$task->id"), $task->name);?> openedBy];?> assignedTo];?> finishedBy];?> estimate;?> consumed;?> left;?> '>deadline, 0, 4) > 0) echo $task->deadline;?> task->statusList[$task->status];?> project&taskID=$task->id", $task, 'list', 'hand-right', '', 'iframe', true); common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', 'play', '', 'iframe', true); common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'time', '', 'iframe', true); common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', 'ok-sign', '', 'iframe', true); common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'off', '', 'iframe', true); common::printIcon('task', 'edit', "taskID=$task->id", '', 'list', 'pencil'); ?>
" . html::selectButton() . '
'; echo "
"; if($canBatchEdit) { $actionLink = $this->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')\""); } echo '
'; ?> show();?>