* @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->noTesttask;?> createLink('testtask', 'create', "product=0&project=$projectID"), " " . $lang->testtask->create, '', "class='btn btn-info'");?>

recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?> '> $productTasks):?> > processStatus('testtask', $task);?>
testtask->product);?>
idAB);?>
testtask->name);?> testtask->build);?> testtask->owner);?> testtask->begin);?> testtask->end);?> statusAB);?> actions;?>
testtask->allTasks;?>
id => sprintf('%03d', $task->id)));?> id);?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName);?> owner);?> begin?> end?> id", $task, 'list', 'sitemap'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", $task, 'list', 'link'); common::printIcon('testreport', 'browse', "objectID=$task->product&objectType=product&extra=$task->id", $task, 'list','flag'); common::printIcon('testtask', 'edit', "taskID=$task->id", $task, 'list'); if(common::hasPriv('testtask', 'delete', $task)) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\", \"taskList\", confirmDelete)", '', '', "class='btn' title='{$lang->testtask->delete}'"); } } ?>