* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
" . html::a($this->createLink('my', 'testtask'), $lang->my->testTask) . ""; echo "" . html::a($this->createLink('my', 'testcase', "type=assigntome"), $lang->testcase->assignToMe) . ""; //echo "" . html::a($this->createLink('my', 'testcase', "type=donebyme"), $lang->testcase->doneByMe) . ""; echo "" . html::a($this->createLink('my', 'testcase', "type=openedbyme"), $lang->testcase->openedByMe) . ""; ?>
idAB;?> testtask->name;?> testtask->project;?> testtask->build;?> testtask->begin;?> testtask->end;?> statusAB;?> actions;?>
createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> projectName?> build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> begin?> end?> testtask->statusList[$task->status];?> id", $lang->testtask->cases); common::printLink('testtask', 'edit', "taskID=$task->id", $lang->edit); common::printLink('testtask', 'delete', "taskID=$task->id", $lang->delete, 'hiddenwin'); ?>