* Finish task #46527.

This commit is contained in:
mayue
2021-12-30 13:10:17 +08:00
parent cc8a4eff82
commit 9d89d77c57
16 changed files with 75 additions and 38 deletions
+6 -3
View File
@@ -227,9 +227,12 @@
</tr>
<tr class="hidden" id="whitelistBox">
<th><?php echo $lang->whitelist;?></th>
<td><?php echo html::select('whitelist[]', $users, $whitelist, 'class="form-control chosen" multiple');?></td>
<td></td>
<td></td>
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('whitelist[]', $users, $whitelist, 'class="form-control chosen" multiple');?>
<?php echo $this->fetch('my', 'buildContactLists', 'whitelist');?>
</div>
</td>
</tr>
<tr>
<td colspan='4' class='text-center form-actions'>