diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index 0806d65d36..97b632c463 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -34,16 +34,13 @@ idAB;?> my->name;?> - systemMode == 'new'):?> - my->projects;?> - - execution->begin;?> - execution->end;?> statusAB;?> team->roleAB;?> + execution->myTask;?> + execution->begin;?> + execution->end;?> team->join;?> my->hours;?> - execution->myTask;?> execution->progress;?> @@ -62,13 +59,6 @@ name, '', "title='$execution->name'");?> - systemMode == 'new'):?> - - projectName) ? html::a($this->createLink('project', 'index', "id=$execution->project", '', '', $execution->project), $execution->projectName, '', "title='$execution->projectName'") : '';?> - - - begin;?> - end;?> delay)):?> execution->delayed;?> @@ -78,9 +68,11 @@ role;?> + assignedToMeTasks;?> + begin;?> + end;?> join;?> hours;?> - assignedToMeTasks;?>
progress;?>