* Fix bug #18147,18149.

This commit is contained in:
mayue
2022-01-06 13:38:10 +08:00
parent 0325b07527
commit fcb699c84d
11 changed files with 25 additions and 21 deletions
+2 -2
View File
@@ -191,10 +191,10 @@
</tr>
<tr class="<?php if($execution->acl == 'open') echo 'hidden';?>" id="whitelistBox">
<th><?php echo $lang->whitelist;?></th>
<td>
<td colspan='1'>
<div class='input-group'>
<?php echo html::select('whitelist[]', $users, $execution->whitelist, 'class="form-control chosen" multiple');?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName='whitelist'");?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName=whitelist");?>
</div>
</td>
</tr>