* Finish task #5092.

This commit is contained in:
Yagami
2018-11-09 15:05:24 +08:00
parent 71204f5c36
commit 394df4295f
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1361,7 +1361,7 @@ class testcaseModel extends model
switch($id)
{
case 'id':
echo html::checkbox('caseIDList', array($case->id => sprintf('%03d', $case->id)));
echo html::checkbox('caseIDList', array($case->id => '')) . html::a(helper::createLink('testcase', 'view', "caseID=$case->id"), sprintf('%03d', $case->id));
break;
case 'pri':
echo "<span class='label-pri label-pri-" . $case->pri . "' title='" . zget($this->lang->testcase->priList, $case->pri, $case->pri) . "'>";