id => sprintf('%03d', $case->id)));?>
id);?>
|
testcase->priList, $case->pri, $case->pri)?> |
module];?> |
{$branches[$case->branch]}"?>
createLink('testcase', 'view', "caseID=$case->id&version=$case->caseVersion"), $case->title);?>
|
testcase->typeList[$case->type];?> |
version < $case->caseVersion) ? "{$lang->testcase->changed}" : $this->processStatus('testcase', $case);?> |
lastRunResult) echo $lang->testcase->resultList[$case->lastRunResult];?> |
bugs) ? html::a($this->createLink('testcase', 'bugs', "runID=0&caseID={$case->id}"), $case->bugs, '', "class='iframe'") : $case->bugs;?> |
results) ? html::a($this->createLink('testtask', 'results', "runID=0&caseID={$case->id}"), $case->results, '', "class='iframe'") : $case->results;?> |
stepNumber;?> |
createLink('testsuite', 'unlinkCase', "suiteID=$suite->id&caseID=$case->id&confirm=yes");
echo html::a("javascript:ajaxDelete(\"$unlinkURL\", \"caseList\", confirmUnlink)", '', '', "title='{$lang->testsuite->unlinkCase}' class='btn'");
}
if(common::hasPriv('testtask', 'runCase')) echo html::a($this->createLink('testtask', 'runCase', "runID=0&caseID=$case->id&version=$case->version"), '', '', "class='btn runCase iframe' data-width='95%' title={$lang->testtask->runCase}");
common::printIcon('testtask', 'results', "runID=0&caseID=$case->id", $suite, 'list', 'list-alt', '', 'results iframe', false, "data-width='95%'");
}
?>
|