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
+2 -2
View File
@@ -81,8 +81,8 @@
<th><?php echo $lang->testtask->mailto;?></th>
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('mailto[]', $users, str_replace(' ' , '', $task->mailto), "multiple class='form-control'");?>
<?php if($contactLists) echo html::select('', $contactLists, '', "class='form-control chosen' onchange=\"setMailto('mailto', this.value)\"");?>
<?php echo html::select('mailto[]', $users, str_replace(' ' , '', $task->mailto), "multiple class='form-control chosen'");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
</div>
</td>
</tr>