*Finish task 49283

This commit is contained in:
zhengrunyu
2022-02-17 14:34:11 +08:00
parent e9a29f39fc
commit 069f009b6d
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ var browseType = '<?php echo $browseType;?>';
<?php echo $lang->idAB;?>
</th>
<th class='c-severity'> <?php echo $lang->bug->severityAB;?></th>
<th class='c-pri'> <?php echo $lang->priAB;?></th>
<th class='c-pri' title=<?php echo $lang->execution->pri;?>><?php echo $lang->priAB;?></th>
<th><?php echo $lang->bug->title;?></th>
<th class='c-status'><?php echo $lang->bug->statusAB;?></th>
<th class='c-pri-box <?php echo in_array('pri', $requiredFields) ? 'required' : ''?>'><?php echo $lang->task->pri;?></th>