diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index bb36fc1174..d9ff7abf36 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -229,7 +229,7 @@ totalConsumed + $execution->totalLeft) ? floor($execution->totalConsumed / ($execution->totalConsumed + $execution->totalLeft) * 1000) / 1000 * 100 : 0;?> - execution->progress;?> percent;?>   + execution->progress;?> percent;?>  
@@ -239,23 +239,23 @@ execution->begin;?> begin;?> execution->totalEstimate;?> - totalEstimate . $lang->execution->workHour;?> + totalEstimate . $lang->execution->workHour;?> execution->end;?> end;?> execution->totalConsumed;?> - totalConsumed . $lang->execution->workHour;?> + totalConsumed . $lang->execution->workHour;?> execution->totalDays;?> days;?> execution->totalLeft;?> - totalLeft . $lang->execution->workHour;?> + totalLeft . $lang->execution->workHour;?> execution->totalHours;?> - totalHours . $lang->execution->workHour;?> + totalHours . $lang->execution->workHour;?> @@ -268,11 +268,11 @@ story->common;?> - storyCount;?> + storyCount;?> task->common;?> - taskCount;?> + taskCount;?> bug->common;?> - bugCount;?> + bugCount;?>