* change status label colors.

This commit is contained in:
Catouse
2018-10-08 10:14:56 +08:00
parent e427eb88d9
commit 55fecfe0be
48 changed files with 95 additions and 109 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
</tr>
<tr>
<th><?php echo $lang->bug->status;?></th>
<td><span class='status-<?php echo $bug->status?>'><span class="label label-dot"></span> <?php echo $lang->bug->statusList[$bug->status];?></span></td>
<td><span class='status-bug status-<?php echo $bug->status?>'><?php echo $lang->bug->statusList[$bug->status];?></span></td>
</tr>
<tr>
<th><?php echo $lang->bug->activatedCount;?></th>