* finish task #2359.

This commit is contained in:
chenfeiCF
2015-10-21 10:32:07 +08:00
parent a56a0bde16
commit c45326cca4
5 changed files with 65 additions and 6 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ js::set('refresh', $lang->refresh);
</tr>
<tr>
<th><nobr><?php echo $lang->bug->lblAssignedTo;?></nobr></th>
<td><span id='assignedToBox'><?php echo html::select('assignedTo', $users, $assignedTo, "class='form-control chosen'");?></span></td>
<td><span id='assignedToBox'><?php echo html::select('assignedTo', $projectMembers, $assignedTo, "class='form-control chosen'");?></span></td>
<td><?php echo html::commonButton($lang->bug->allUsers, "onclick='loadAllUsers()'");?></td>
</tr>
<tr>
<th><?php echo $lang->bug->type;?></th>