* Fix bug#24304.

This commit is contained in:
xieqiyu
2022-06-28 09:03:40 +08:00
parent 47b496c2ad
commit ff2a952493
+2 -2
View File
@@ -36,7 +36,7 @@
<th><?php echo $lang->kanbanspace->team;?></th>
<td colspan='2'>
<div class="input-group">
<?php echo html::select('team[]', $users, $team, "class='form-control picker-select' multiple data-dropDirection='bottom'");?>
<?php echo html::select('team[]', $users, $team, "class='form-control picker-select' multiple data-drop-direction='bottom'");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
</div>
</td>
@@ -49,7 +49,7 @@
</tr>
<tr id="whitelistBox" class="<?php echo $space->type == 'private' ? '' : 'hidden';?>">
<th><?php echo $lang->whitelist;?></th>
<td><?php echo html::select('whitelist[]', $users, $space->whitelist, 'class="form-control picker-select" multiple');?></td>
<td colspan='2'><?php echo html::select('whitelist[]', $users, $space->whitelist, 'class="form-control picker-select" multiple data-drop-direction="top"');?></td>
</tr>
<tr>
<td colspan='3' class='text-center form-actions'>