testtask->noTesttask;?>
idAB);?> | testtask->name);?> | testtask->execution);?> | testtask->build);?> | testtask->owner);?> | testtask->execTime);?> | testtask->caseCount;?> | testtask->passCount;?> | testtask->failCount;?> | actions;?> |
---|---|---|---|---|---|---|---|---|---|
id);?> | id"), $task->name, '', "data-app={$this->app->tab}");?> | executionName?> | build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName, '', 'data-app="execution"');?> | owner);?> | begin?> | caseCount?> | passCount?> | failCount?> | id", '', 'list', 'list-alt'); 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)", '', '', "title='{$lang->testcase->delete}' class='btn'"); } ?> |