* finish task #2873.

This commit is contained in:
chenfeiCF
2017-01-11 16:16:39 +08:00
parent addcdc8332
commit 9167409f99
+4
View File
@@ -31,6 +31,10 @@ js::set('page', 'confirmbug');
<td class='w-p25-f'><?php echo html::select('assignedTo', $users, $bug->assignedTo, "class='select-2 chosen'");?></td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->bug->type;?></th>
<td><?php echo html::select('type', $lang->bug->typeList, $bug->type, 'class=form-control');?></td>
</tr>
<tr>
<th><?php echo $lang->bug->pri;?></th>
<td><?php echo html::select('pri', $lang->bug->priList, $bug->pri, 'class=form-control');?></td>