diff --git a/module/block/view/executionblock.html.php b/module/block/view/executionblock.html.php index 90872be781..b02dc4080e 100644 --- a/module/block/view/executionblock.html.php +++ b/module/block/view/executionblock.html.php @@ -57,8 +57,8 @@ hours->totalLeft . $lang->execution->workHourUnit;?> -
-
hours->progress;?>
+
+
hours->progress);?>
diff --git a/module/block/view/scrumlistblock.html.php b/module/block/view/scrumlistblock.html.php index aaa9cd6499..0a0e911379 100644 --- a/module/block/view/scrumlistblock.html.php +++ b/module/block/view/scrumlistblock.html.php @@ -57,8 +57,8 @@ hours->totalLeft . $lang->execution->workHourUnit;?> -
-
hours->progress;?>
+
+
hours->progress);?>
diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index c9705c786f..c7bf1654d5 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -104,7 +104,7 @@ td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-sp lang->execution->workHour;?>'>hours->totalConsumed . $this->lang->execution->workHourUnit;?> lang->execution->workHour;?>'>hours->totalLeft . $this->lang->execution->workHourUnit;?> -
+
hours->progress);?>
@@ -142,8 +142,8 @@ td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-sp lang->execution->workHour;?>'>hours->totalConsumed . ' ' . $this->lang->execution->workHourUnit;?> lang->execution->workHour;?>'>hours->totalLeft . ' ' . $this->lang->execution->workHourUnit;?> -
-
hours->progress;?>
+
+
hours->progress);?>
burns);?>'> diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index 4b1cd59c0d..da13aae3d7 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -63,8 +63,8 @@
-
-
hours->progress;?>
+
+
hours->progress);?>
diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index de99c17db4..5a5929b3ef 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -80,7 +80,7 @@ hours;?> assignedToMeTasks;?> -
+
progress;?>
diff --git a/module/product/view/project.html.php b/module/product/view/project.html.php index 567ac03de2..e4f4b1498e 100644 --- a/module/product/view/project.html.php +++ b/module/product/view/project.html.php @@ -83,7 +83,7 @@ hours->totalEstimate . $lang->execution->workHourUnit;?> hours->totalConsumed . $lang->execution->workHourUnit;?> -
+
hours->progress;?>
diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index 26ccc85a48..35a85baca2 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -76,7 +76,7 @@ end == LONG_TIME ? $lang->program->longTime : $program->end;?> id])):?> -
+
id];?>
diff --git a/module/project/model.php b/module/project/model.php index 2f3861e544..0072db8abf 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -1424,7 +1424,7 @@ class projectModel extends model echo $project->hours->totalLeft . $this->lang->execution->workHourUnit; break; case 'progress': - echo "
{$project->hours->progress}
"; + echo "
{$project->hours->progress}
"; break; case 'actions': if($project->status == 'wait' || $project->status == 'suspended') common::printIcon('project', 'start', "projectID=$project->id", $project, 'list', 'play', '', 'iframe', true); diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index 4b9d197363..b2758f0784 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -121,7 +121,7 @@
project->progress;?>
-
+
hours->progress;?>