testtask->unitTag as $key => $label):?>
$label", '', "id='{$key}Tab' class='btn btn-link'");?>
" . $lang->testtask->importUnitResult, '', "class='btn btn-primary'");?>
* @package testtask * @version $Id: browse.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> testtask->confirmDelete)?> global->flow);?>
testtask->noTesttask;?>
| idAB);?> | testtask->name);?> | testtask->project);?> | testtask->build);?> | testtask->owner);?> | testtask->execTime);?> | testtask->caseCount;?> | testtask->passCount;?> | testtask->failCount;?> | actions;?> |
|---|---|---|---|---|---|---|---|---|---|
| id);?> | id"), $task->name);?> | projectName?> | build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build",'',true), $task->buildName);?> | owner);?> | begin?> | caseCount?> | passCount?> | failCount?> | id", '', 'list', 'list-alt','','',true); common::printIcon('testtask', 'edit', "taskID=$task->id", $task, 'list','','','',true); if(common::hasPriv('testtask', 'delete', $task)) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}' class='btn'"); } ?> |