* @package testtask * @version $Id: browse.html.php 1914 2011-06-24 10:11:25Z yidong@cnezsoft.com $ * @link http://www.zentao.net */ ?> testtask->confirmDelete)?>
testtask->browse;?>
idAB;?> testtask->name;?> testtask->build;?> testtask->owner;?> testtask->begin;?> testtask->end;?> statusAB;?> actions;?>
createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> owner];?> begin?> end?> testtask->statusList[$task->status];?> id", '', 'list'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'list'); common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list'); if(common::hasPriv('testtask', 'delete')) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "class='link-icon' title='{$lang->testtask->delete}'"); } ?>