diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 180ee10b17..5d0872c765 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -72,14 +72,13 @@ idAB);?> execution->execName : $lang->execution->name);?> - execution->execCode : $lang->execution->code);?> execution->owner);?> execution->end);?> execution->execStatus : $lang->execution->status);?> - execution->totalEstimate;?> - execution->totalConsumed;?> - execution->totalLeft;?> - execution->progress;?> + execution->totalEstimate;?> + execution->totalConsumed;?> + execution->totalLeft;?> + execution->progress;?> execution->burn;?> execution->orderAB);?> @@ -107,16 +106,15 @@ - code;?> PM);?> end;?> processStatus('execution', $execution);?> - hours->totalEstimate . ' ' . $config->hourUnit;?> - hours->totalConsumed . ' ' . $config->hourUnit;?> - hours->totalLeft . ' ' . $config->hourUnit;?> + lang->execution->workHour;?>'>hours->totalEstimate . ' ' . $this->lang->execution->workHourUnit;?> + lang->execution->workHour;?>'>hours->totalConsumed . ' ' . $this->lang->execution->workHourUnit;?> + lang->execution->workHour;?>'>hours->totalLeft . ' ' . $this->lang->execution->workHourUnit;?>
hours->progress;?>
@@ -149,16 +147,15 @@ echo html::a($this->createLink('execution', 'view', 'execution=' . $child->id), $child->name); ?> - code;?> PM);?> end;?> processStatus('execution', $child);?> - hours->totalEstimate;?> - hours->totalConsumed;?> - hours->totalLeft;?> + lang->execution->workHour;?>'>hours->totalEstimate . ' ' . $this->lang->execution->workHourUnit;?> + lang->execution->workHour;?>'>hours->totalConsumed . ' ' . $this->lang->execution->workHourUnit;?> + lang->execution->workHour;?>'>hours->totalLeft . ' ' . $this->lang->execution->workHourUnit;?>
hours->progress;?>