diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index 91487401e3..571a24c1b1 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -206,9 +206,11 @@ $lang->bug->resolutionList['postponed'] = '延期处理'; $lang->bug->resolutionList['willnotfix'] = "不予解决"; /* 统计报表。*/ -$lang->bug->report->common = '统计报表'; -$lang->bug->report->select = '请选择报表类型'; -$lang->bug->report->create = '生成报表'; +$lang->bug->report->common = '统计报表'; +$lang->bug->report->select = '请选择报表类型'; +$lang->bug->report->create = '生成报表'; +$lang->bug->report->selectAll = '全选'; +$lang->bug->report->selectReverse = '反选'; $lang->bug->report->charts['bugsPerProject'] = '项目Bug数量'; $lang->bug->report->charts['bugsPerModule'] = '模块Bug数量'; diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 31812f1245..d820dbb5f7 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -23,30 +23,28 @@ */ ?> - +
@@ -61,10 +59,11 @@ function reverseCheck()
bug->report->select;?>
- bug->report->charts, $checkedCharts).'
';?> - - -
bug->report->create);?>
+ bug->report->charts, $checkedCharts);?> + + +

+ bug->report->create);?>