From daf7b4ab806efef7296dd8454ad5e5834d0b3d29 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 31 Oct 2011 01:30:26 +0000 Subject: [PATCH] * adjust the link of testtask'cases page. --- module/testtask/view/cases.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); ?>