* adjust lang for branch.

This commit is contained in:
wangyidong
2015-11-02 10:52:04 +08:00
parent 3214cb08ce
commit eee2990ea7
25 changed files with 29 additions and 27 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
</tr>
<?php if($product->type != 'normal'):?>
<tr>
<th><?php echo $lang->testcase->branch;?></th>
<th><?php echo $lang->product->branch;?></th>
<td><?php if(!common::printLink('testcase', 'browse', "productID=$case->product&branch=$case->branch", $branchName)) echo $branchName;?></td>
</tr>
<?php endif;?>