* change it

This commit is contained in:
wangyidong
2011-03-06 07:20:31 +00:00
parent b3584819cb
commit 4596fdb08d
+1 -1
View File
@@ -50,7 +50,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(',');
<th class='rowhead'><?php echo $lang->bug->lblTypeAndSeverity;?></th>
<td>
<?php echo html::select('type', $lang->bug->typeList, 'codeerror', 'class=select-2');?>
<?php echo html::select('severity', $lang->bug->severityList, '', 'class=select-2');?>
<?php echo html::select('severity', $lang->bug->severityList, $severity, 'class=select-2');?>
</td>
</tr>
<tr>