* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?> testtask->confirmDelete)?>
" . 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", '', 'list'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'list'); common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list'); $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", ' ', '', "class='icon-green-common-delete' title='{$lang->testtask->delete}'"); ?>
show();?>