* adjust bug confirm.

This commit is contained in:
xia0ta0
2013-08-06 15:13:54 +08:00
parent 0fdf9dd1ec
commit afa00d0be1
+3 -3
View File
@@ -22,11 +22,11 @@ js::set('page', 'confirmbug');
<caption><?php echo $bug->title;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->bug->assignedTo;?></th>
<td><?php echo html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?></td>
<td><?php echo html::select('assignedTo', $users, $bug->assignedTo, "class='select-2'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->severity;?></th>
<td><?php echo html::select('severity', $lang->bug->severityList, $bug->severity, 'class=select-2');?></td>
<th class='rowhead'><?php echo $lang->bug->pri;?></th>
<td><?php echo html::select('pri', $lang->bug->priList, $bug->pri, 'class=select-2');?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->mailto;?></td>