diff --git a/module/testtask/view/cases.html.php b/module/testtask/view/cases.html.php index dc5a6f098e..d946def9ea 100644 --- a/module/testtask/view/cases.html.php +++ b/module/testtask/view/cases.html.php @@ -69,12 +69,12 @@ var moduleID = ''; lastRun)) echo date(DT_MONTHTIME1, strtotime($run->lastRun));?> lastResult) echo $lang->testcase->resultList[$run->lastResult];?> testtask->statusList[$run->status];?> - + id", $lang->testtask->runCase, '', 'class="iframe"'); common::printLink('testtask', 'results', "id=$run->id", $lang->testtask->results, '', 'class="iframe"'); - if($run->lastResult == 'fail') common::printLink('bug', 'create', "product=$productID&extra=projectID=$task->project,buildID=$task->build,caseID=$run->case,runID=$run->id", $lang->testtask->createBug); common::printLink('testtask', 'unlinkcase', "id=$run->id", $lang->testtask->unlinkCase, 'hiddenwin'); + if($run->lastResult == 'fail') common::printLink('bug', 'create', "product=$productID&extra=projectID=$task->project,buildID=$task->build,caseID=$run->case,runID=$run->id", $lang->testtask->createBug); ?>