diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index e15592884b..7236582339 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -180,6 +180,7 @@ $lang->execution->treeAction = "{$lang->executionCommon} Tree View"; $lang->execution->exportAction = "Export {$lang->executionCommon}"; $lang->execution->computeBurnAction = "Update Burndown"; $lang->execution->create = "Create {$lang->executionCommon}"; +$lang->execution->createExec = "Create execution"; $lang->execution->copy = "Copy {$lang->executionCommon}"; $lang->execution->delete = "Delete {$lang->executionCommon}"; $lang->execution->browse = "{$lang->executionCommon} List"; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 59ad6c764d..1113bf5973 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -184,6 +184,7 @@ $lang->execution->treeAction = "{$lang->executionCommon}树状图"; $lang->execution->exportAction = "导出{$lang->executionCommon}"; $lang->execution->computeBurnAction = "计算燃尽图"; $lang->execution->create = "添加{$lang->executionCommon}"; +$lang->execution->createExec = "添加执行"; $lang->execution->copy = "复制{$lang->executionCommon}"; $lang->execution->delete = "删除{$lang->executionCommon}"; $lang->execution->browse = "浏览{$lang->executionCommon}"; diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 375a4801b2..4485ad357e 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -41,7 +41,7 @@
" . $lang->export, '', "class='btn btn-link export'")?> - createLink('execution', 'create'), " " . $this->lang->execution->create, '', "class='btn btn-primary'");?> + createLink('execution', 'create'), " " . ($from == 'execution' ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-primary'");?>
@@ -79,7 +79,7 @@ execution->totalEstimate;?> execution->totalConsumed;?> execution->totalLeft;?> - execution->progress;?> + execution->progress;?> execution->burn;?> execution->orderAB);?> @@ -118,10 +118,8 @@ hours->totalConsumed . ' ' . $config->hourUnit;?> hours->totalLeft . ' ' . $config->hourUnit;?> -
-
- hours->progress;?>% -
+
+
hours->progress;?>
burns);?>'> @@ -162,10 +160,8 @@ hours->totalConsumed;?> hours->totalLeft;?> -
-
- hours->progress;?>% -
+
+
hours->progress;?>
burns);?>'>