* Finish task#4375.

This commit is contained in:
滔哥
2018-05-30 11:02:19 +08:00
parent a5013928c8
commit 18aaf1656b
+1 -1
View File
@@ -128,7 +128,7 @@
<td>
<div class='input-group'>
<?php echo html::select('mailto[]', $project->acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?>
<div class='input-group-btn'><?php echo $this->fetch('my', 'buildContactLists');?></div>
<?php echo $this->fetch('my', 'buildContactLists');?>
</div>
</td>
</tr>