* Finish task #8393.

This commit is contained in:
tianshujie98
2020-11-17 13:33:20 +08:00
parent 7e6e5c40ae
commit 877dc32f88
4 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -87,10 +87,10 @@
<th><?php echo $lang->testtask->mailto;?></th>
<td colspan='2'>
<div id='mailtoGroup' class='input-group'>
<?php
echo html::select('mailto[]', $users, '', "multiple class='form-control chosen'");
echo $this->fetch('my', 'buildContactLists');
?>
<?php
echo html::select('mailto[]', $users, '', "multiple class='form-control chosen'");
echo $this->fetch('my', 'buildContactLists');
?>
</div>
</td>
</tr>