* finish task #2559.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<td><span class='<?php echo 'pri' . zget($lang->testcase->priList, $case->pri, $case->pri)?>'><?php echo zget($lang->testcase->priList, $case->pri, $case->pri);?></span></td>
|
||||
<td class='text-left' title="<?php echo $case->title?>">
|
||||
<?php if($case->branch) echo "<span class='label label-info label-badge'>{$branches[$case->branch]}</span>"?>
|
||||
<?php if($modulePairs and $case->module) echo "<span class='label label-info label-badge'>{$modulePairs[$case->module]}</span>"?>
|
||||
<?php echo html::a($viewLink, $case->title);?>
|
||||
</td>
|
||||
<?php if($browseType == 'needconfirm'):?>
|
||||
|
||||
Reference in New Issue
Block a user