diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 65d05886b0..6dfcdd11fe 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -17,7 +17,7 @@ $lang->productplan->edit = "Edit"; $lang->productplan->delete = "Delete"; $lang->productplan->view = "Details"; $lang->productplan->bugSummary = "%s Bugs in total on this page."; -$lang->productplan->basicInfo = 'Basic Info'; +$lang->productplan->info = 'Info'; $lang->productplan->batchEdit = 'Batch Edit'; $lang->productplan->batchUnlink = "Batch Unlink"; diff --git a/module/productplan/lang/zh-cn.php b/module/productplan/lang/zh-cn.php index a78748b62e..e406b71b8c 100644 --- a/module/productplan/lang/zh-cn.php +++ b/module/productplan/lang/zh-cn.php @@ -17,7 +17,7 @@ $lang->productplan->edit = "编辑计划"; $lang->productplan->delete = "删除计划"; $lang->productplan->view = "计划详情"; $lang->productplan->bugSummary = "本页共 %s 个Bug"; -$lang->productplan->basicInfo = '基本信息'; +$lang->productplan->info = '信息'; $lang->productplan->batchEdit = '批量编辑'; $lang->productplan->batchUnlink = "批量移除"; diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 409baeefa6..4591bf0913 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -370,35 +370,39 @@
-
-
- productplan->basicInfo?> - - - - - - type != 'normal'):?> - - - - - - - - - - - - - -
productplan->title;?>title;?>
product->branch;?>branch];?>
productplan->begin;?>begin;?>
productplan->end;?>end;?>
-
-
- productplan->desc;?> -
desc;?>
-
- +
+
+
+ productplan->info?> + + + + + + type != 'normal'):?> + + + + + + + + + + + + + + + + + +
productplan->title;?>title;?>
product->branch;?>branch];?>
productplan->begin;?>begin;?>
productplan->end;?>end;?>
productplan->desc;?>desc;?>
+
+
+
+ +
diff --git a/module/release/view/view.html.php b/module/release/view/view.html.php index 4a2359fabb..9ffd50e6dd 100644 --- a/module/release/view/view.html.php +++ b/module/release/view/view.html.php @@ -252,67 +252,68 @@
' id='releaseInfo'> -
-
- release->desc;?> -
desc;?>
-
-
- release->basicInfo?> - - - - - - productType != 'normal'):?> - - - - - - - - - - - - - - - - - - - - - -
release->product;?>productName;?>
product->branch;?>
release->name;?>name;?>
release->build;?> - project) ? html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName, '_blank') : $release->buildName;?> -
release->status;?>release->statusList[$release->status];?>
release->date;?>date;?>
-
-
- files?> -
- files) - { - echo $this->fetch('file', 'printFiles', array('files' => $release->files, 'fieldset' => 'false')); - } - elseif($release->filePath) - { - echo $lang->release->filePath . html::a($release->filePath, $release->filePath, '_blank'); - } - elseif($release->scmPath) - { - echo $lang->release->scmPath . html::a($release->scmPath, $release->scmPath, '_blank'); - } - ?> -
-
- +
+
+
+ release->basicInfo?> + + + + + + productType != 'normal'):?> + + + + + + + + + + + + + + + + + + + + + + + + + +
release->product;?>productName;?>
product->branch;?>
release->name;?>name;?>
release->build;?> + project) ? html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName, '_blank') : $release->buildName;?> +
release->status;?>release->statusList[$release->status];?>
release->date;?>date;?>
release->desc;?>desc;?>
+
+
+ files?> +
+ files) + { + echo $this->fetch('file', 'printFiles', array('files' => $release->files, 'fieldset' => 'false')); + } + elseif($release->filePath) + { + echo $lang->release->filePath . html::a($release->filePath, $release->filePath, '_blank'); + } + elseif($release->scmPath) + { + echo $lang->release->scmPath . html::a($release->scmPath, $release->scmPath, '_blank'); + } + ?> +
+
+
+
-