diff --git a/module/block/lang/zh-cn.php b/module/block/lang/zh-cn.php index 861e699ed0..e12e723698 100644 --- a/module/block/lang/zh-cn.php +++ b/module/block/lang/zh-cn.php @@ -256,6 +256,7 @@ $lang->block->default['full']['my']['5']['grid'] = 4; $lang->block->default['full']['my']['6']['title'] = '我的近期项目'; $lang->block->default['full']['my']['6']['block'] = 'recentprogram'; +$lang->block->default['full']['my']['6']['source'] = 'program'; $lang->block->default['full']['my']['6']['grid'] = 8; $lang->block->default['full']['my']['7']['title'] = '指派给我'; @@ -442,6 +443,9 @@ $lang->block->typeList->testtask['blocked'] = '阻塞版本'; $lang->block->typeList->testtask['done'] = '已测版本'; $lang->block->typeList->testtask['all'] = '全部'; +$lang->block->modules['program']->moreLinkList = new stdclass(); +$lang->block->modules['program']->moreLinkList->recentprogram = 'program|browse|'; + $lang->block->modules['product']->moreLinkList = new stdclass(); $lang->block->modules['product']->moreLinkList->list = 'product|all|product=&line=0&status=%s'; $lang->block->modules['product']->moreLinkList->story = 'my|story|type=%s'; diff --git a/module/block/view/welcome.html.php b/module/block/view/welcome.html.php index 7d526a0d90..9229d77013 100644 --- a/module/block/view/welcome.html.php +++ b/module/block/view/welcome.html.php @@ -27,7 +27,7 @@ .block-welcome .progress-group{margin-top: 20px;} .block-welcome .progress{margin-top: 10px; width: 85%} - +