diff --git a/extension/lite/block/ext/lang/en/lite.php b/extension/lite/block/ext/lang/en/lite.php
index fbefe01a6d..2b2566c658 100644
--- a/extension/lite/block/ext/lang/en/lite.php
+++ b/extension/lite/block/ext/lang/en/lite.php
@@ -19,7 +19,9 @@ $lang->block->story = 'Target';
$lang->block->storyCount = 'Target Count';
+/* unset contribute and projectteam. */
unset($lang->block->default['full']['my']['9']);
+unset($lang->block->default['full']['my']['6']);
$lang->block->default['full']['my']['5']['title'] = 'Kanban List';
$lang->block->default['full']['my']['5']['block'] = 'scrumlist';
diff --git a/extension/lite/block/ext/lang/zh-cn/lite.php b/extension/lite/block/ext/lang/zh-cn/lite.php
index 9bd80e60a2..4c60831543 100644
--- a/extension/lite/block/ext/lang/zh-cn/lite.php
+++ b/extension/lite/block/ext/lang/zh-cn/lite.php
@@ -19,7 +19,9 @@ $lang->block->story = '目标';
$lang->block->storyCount = '目标数';
+/* unset contribute and projectteam. */
unset($lang->block->default['full']['my']['9']);
+unset($lang->block->default['full']['my']['6']);
$lang->block->default['full']['my']['5']['title'] = '看板列表';
$lang->block->default['full']['my']['5']['block'] = 'scrumlist';
diff --git a/extension/lite/common/ext/lang/en/lite.php b/extension/lite/common/ext/lang/en/lite.php
index feec557208..d010fef107 100644
--- a/extension/lite/common/ext/lang/en/lite.php
+++ b/extension/lite/common/ext/lang/en/lite.php
@@ -68,6 +68,7 @@ $lang->my->menuOrder[5] = 'index';
$lang->my->menuOrder[10] = 'calendar';
if($config->edition != 'open') $lang->my->menuOrder[11] = 'effort';
$lang->my->menuOrder[20] = 'task';
+$lang->my->menuOrder[25] = 'contacts';
$lang->my->dividerMenu = ',calendar,';
diff --git a/extension/lite/common/ext/lang/zh-cn/lite.php b/extension/lite/common/ext/lang/zh-cn/lite.php
index 9012c1b61f..f6f3feccfd 100644
--- a/extension/lite/common/ext/lang/zh-cn/lite.php
+++ b/extension/lite/common/ext/lang/zh-cn/lite.php
@@ -68,6 +68,7 @@ $lang->my->menuOrder[5] = 'index';
$lang->my->menuOrder[10] = 'calendar';
if($config->edition != 'open') $lang->my->menuOrder[11] = 'effort';
$lang->my->menuOrder[20] = 'task';
+$lang->my->menuOrder[25] = 'contacts';
$lang->my->dividerMenu = ',calendar,';
diff --git a/extension/lite/todo/ext/view/batchcreate.lite.html.hook.php b/extension/lite/todo/ext/view/batchcreate.lite.html.hook.php
index f9ced5a133..93373fe779 100644
--- a/extension/lite/todo/ext/view/batchcreate.lite.html.hook.php
+++ b/extension/lite/todo/ext/view/batchcreate.lite.html.hook.php
@@ -1,8 +1,6 @@
-';?>
diff --git a/module/todo/js/batchcreate.js b/module/todo/js/batchcreate.js
index 31c002d1b4..04aef4a837 100644
--- a/module/todo/js/batchcreate.js
+++ b/module/todo/js/batchcreate.js
@@ -25,4 +25,5 @@ $(function()
$('#todoBatchAddForm #switchDate').val(value);
});
$('.main-header #date').change();
+ parent.$('#triggerModal .modal-content .modal-header .close').hide();
});
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php
index 75442634be..359b2effc7 100755
--- a/module/todo/view/batchcreate.html.php
+++ b/module/todo/view/batchcreate.html.php
@@ -96,8 +96,11 @@
+';?>