* apply status colors.

This commit is contained in:
Catouse
2014-11-26 10:04:41 +08:00
parent 75468f85c6
commit d330a140c1
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -133,7 +133,7 @@
</tr>
<tr>
<th><?php echo $lang->bug->status;?></th>
<td><strong><?php echo $lang->bug->statusList[$bug->status];?></strong></td>
<td class='bug-<?php echo $bug->status?>'><strong><?php echo $lang->bug->statusList[$bug->status];?></strong></td>
</tr>
<tr>
<th><?php echo $lang->bug->activatedCount;?></th>