* Finish task #45154.

This commit is contained in:
liyuchun
2021-11-29 11:29:46 +08:00
parent 803a3524b9
commit dbf176316b
5 changed files with 21 additions and 12 deletions
+4
View File
@@ -74,6 +74,10 @@
<?php endforeach;?>
</tr>
<?php endforeach;?>
<tr>
<td><?php echo $lang->message->blockUser;?></td>
<td><?php echo html::select('blockUser[]', $users, isset($config->message->blockUser) ? $config->message->blockUser: '', "class='form-control chosen' multiple");?></td>
</tr>
</tbody>
<tfoot>
<tr>