Merge branch 'sunhuawei_fixbug_18309' into 'master'
*Fix bug#18309. See merge request easycorp/zentaopms!2794
This commit is contained in:
@@ -0,0 +1 @@
|
||||
$('#users').picker();
|
||||
@@ -10,7 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
<?php
|
||||
if($contactLists)
|
||||
{
|
||||
echo html::select('contactListMenu', $contactLists, '', "class='form-control chosen' onchange=\"setMailto('$dropdownName', this.value)\"");
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<?php
|
||||
if($mode == 'new')
|
||||
{
|
||||
echo html::select('users[]', $users, '', "multiple class='form-control chosen' data-drop_direction='down'");
|
||||
echo html::select('users[]', $users, '', "multiple class='form-control picker' data-drop_direction='down'");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user