diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php index e3cf57c4d2..6c0d607346 100644 --- a/module/report/view/workload.html.php +++ b/module/report/view/workload.html.php @@ -70,7 +70,9 @@ report->user;?> + config->systemMode == 'new'):?> report->project ;?> + report->execution;?> report->task;?> report->remain;?> @@ -92,7 +94,7 @@ $executionInfo) $projectCount ++ ;?> $executionInfo):?> ";?> - + config->systemMode == 'new'):?> createLink('project', 'view', "projectID={$info['projectID']}"), $projectName);?> createLink('execution', 'view', "executionID={$executionInfo['executionID']}"), $executionName);?>