* Finish task #45829.

This commit is contained in:
tianshujie
2021-12-13 15:37:33 +08:00
parent a14bfc93e7
commit 6a894bc7fb
12 changed files with 232 additions and 10 deletions
+4 -1
View File
@@ -56,7 +56,10 @@
<td><?php echo html::select('whitelist[]', $users, '', 'class="form-control chosen" multiple');?></td>
</tr>
<tr>
<td colspan='3' class='text-center form-actions'><?php echo html::submitButton();?></td>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::commonButton($lang->cancel, "data-dismiss='modal'", 'btn btn-wide');?>
</td>
</tr>
</table>
</form>