* select users using chosen.

This commit is contained in:
xia0ta0
2014-03-04 10:58:40 +08:00
parent 427ee4c7f9
commit 5d4d8239f1
22 changed files with 41 additions and 28 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ js::set('refresh', $lang->refresh);
</tr>
<tr>
<th class='rowhead'><nobr><?php echo $lang->bug->lblAssignedTo;?></nobr></th>
<td><span id='assignedToBox'><?php echo html::select('assignedTo', $users, $assignedTo, 'class=select-3');?></span></td>
<td><span id='assignedToBox'><?php echo html::select('assignedTo', $users, $assignedTo, "class='select-3 chosen'");?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->title;?></th>