This commit is contained in:
qiyu-xie
2020-08-05 11:16:37 +08:00
parent 2e19ada004
commit 76381c1fd2
75 changed files with 805 additions and 645 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
<td colspan='2'>
<div id='mailtoGroup' class='input-group'>
<?php
echo html::select('mailto[]', $users, '', "multiple class='form-control'");
echo html::select('mailto[]', $users, '', "multiple class='form-control chosen'");
echo $this->fetch('my', 'buildContactLists');
?>
</div>