* change style of priority icon.

This commit is contained in:
Catouse
2016-03-04 17:30:45 +08:00
parent 8c911f45da
commit b3583677de
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -154,11 +154,11 @@
</tr>
<tr>
<th><?php echo $lang->bug->severity;?></th>
<td><strong><?php echo zget($lang->bug->severityList, $bug->severity, $bug->severity);?></strong></td>
<td><span class='<?php echo 'severity' . zget($lang->bug->severityList, $bug->severity);?>'><?php echo zget($lang->bug->severityList, $bug->severity)?></span></td>
</tr>
<tr>
<th><?php echo $lang->bug->pri;?></th>
<td><strong><?php echo $lang->bug->priList[$bug->pri];?></strong></td>
<td><span class='<?php echo 'pri' . zget($lang->bug->priList, $bug->pri);?>'><?php echo zget($lang->bug->priList, $bug->pri)?></span></td>
</tr>
<tr>
<th><?php echo $lang->bug->status;?></th>