* Add title for pri.

This commit is contained in:
daitingting
2018-05-21 16:27:32 +08:00
parent 169867f280
commit 06704f1825
47 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
</tr>
<tr>
<th><?php echo $lang->bug->pri;?></th>
<td><span class='label-pri <?php echo 'label-pri-' . $bug->pri;?>'><?php echo zget($lang->bug->priList, $bug->pri)?></span></td>
<td><span class='label-pri <?php echo 'label-pri-' . $bug->pri;?>' title='<?php echo 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>