diff --git a/module/task/lang/en.php b/module/task/lang/en.php index 72bb135fde..93af187c21 100644 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -38,7 +38,6 @@ $lang->task->project = $lang->projectCommon; $lang->task->module = 'Module'; $lang->task->story = 'Story'; $lang->task->storySpec = 'Story desc'; -$lang->task->storyFiles = 'Story Files'; $lang->task->storyVerify = 'Story Verify'; $lang->task->name = 'Name'; $lang->task->type = 'Type'; diff --git a/module/task/lang/zh-cn.php b/module/task/lang/zh-cn.php index 08a57e6331..fa0171023d 100644 --- a/module/task/lang/zh-cn.php +++ b/module/task/lang/zh-cn.php @@ -38,7 +38,6 @@ $lang->task->project = '所属' . $lang->projectCommon; $lang->task->module = '所属模块'; $lang->task->story = '相关需求'; $lang->task->storySpec = '需求描述'; -$lang->task->storyFiles = '需求附件'; $lang->task->storyVerify = '验收标准'; $lang->task->name = '任务名称'; $lang->task->type = '任务类型'; diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 414a9de281..c45ab41115 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -71,7 +71,6 @@ task->legendDesc;?>
desc;?>
- fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true'));?> fromBug != 0):?>
bug->steps;?> @@ -79,21 +78,16 @@
- task->story;?> -
- task->storySpec;?> -
storySpec;?>
-
-
- task->storyVerify;?> -
storyVerify;?>
-
-
- task->storyFiles;?> - fetch('file', 'printFiles', array('files' => $task->storyFiles, 'fieldset' => 'false'));?> -
+ task->storySpec;?> +
storySpec;?>
+ fetch('file', 'printFiles', array('files' => $task->storyFiles, 'fieldset' => 'false'));?> +
+
+ task->storyVerify;?> +
storyVerify;?>
+ fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true'));?>
deleted) echo $actionLinks;?>