* adjust for mailto.

This commit is contained in:
wangyidong
2019-07-12 10:26:13 +08:00
parent d27f5a513a
commit eaf02b97ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
<td>
<div class='input-group'>
<?php echo html::select('mailto[]', $users, str_replace(' ', '', $bug->mailto), 'class="form-control chosen" multiple');?>
<div class='input-group-btn'><?php echo $this->fetch('my', 'buildContactLists');?></div>
<?php echo $this->fetch('my', 'buildContactLists');?>
</div>
</td>
</tr>