diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php
index b07da8587d..44b3af8cfe 100755
--- a/module/common/view/action.html.php
+++ b/module/common/view/action.html.php
@@ -7,6 +7,7 @@
diff --git a/module/kanban/js/common.js b/module/kanban/js/common.js
index 8b602a5482..7537e5215e 100644
--- a/module/kanban/js/common.js
+++ b/module/kanban/js/common.js
@@ -14,6 +14,7 @@ function setMailto(field, value)
$('#team').replaceWith(data);
$('#team_chosen').remove();
$('#team').chosen();
+ $('.picker.picker-multi').remove();
})
}
diff --git a/module/productplan/view/browsebylist.html.php b/module/productplan/view/browsebylist.html.php
index f399b26b96..01b5627e58 100644
--- a/module/productplan/view/browsebylist.html.php
+++ b/module/productplan/view/browsebylist.html.php
@@ -9,7 +9,11 @@
* @link https://www.zentao.net
*/
?>
-
+
moduleName, $this->methodName) as $menuItem):?>
diff --git a/module/programplan/view/create.html.php b/module/programplan/view/create.html.php
index 4a76ec2dbf..36dd7b2c99 100644
--- a/module/programplan/view/create.html.php
+++ b/module/programplan/view/create.html.php
@@ -205,5 +205,63 @@
-
+programplan->emptyBegin);
+js::set('emptyEnd', $lang->programplan->emptyEnd);
+js::set('planFinishSmall', $lang->programplan->error->planFinishSmall);
+?>
+
diff --git a/module/user/control.php b/module/user/control.php
index d2691b7bf8..b99d0588fc 100755
--- a/module/user/control.php
+++ b/module/user/control.php
@@ -1213,7 +1213,7 @@ class user extends control
{
$contactList = $this->user->getContactLists($this->app->user->account, 'withnote');
if(empty($contactList)) return false;
- return print(html::select('', $contactList, '', "class='form-control' onchange=\"setMailto('$dropdownName', this.value)\""));
+ return print(html::select('contactListMenu', $contactList, '', "class='form-control' onchange=\"setMailto('$dropdownName', this.value)\""));
}
/**