* fixed style of contact menu in form.

This commit is contained in:
Catouse
2014-05-02 17:30:25 +08:00
parent 0f0c0cec80
commit f48cf3ba98
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ js::set('refresh', $lang->refresh);
echo html::select('mailto[]', $users, str_replace(' ', '', $mailto), "class='form-control chosen' multiple");
?>
</td>
<td>
<td class='text-top'>
<?php
if($contactLists) echo html::select('', $contactLists, '', "class='form-control' onchange=\"setMailto('mailto', this.value)\"");
?>