From 375e2bdc41b8631cb8db6e61f754d5478414e2b6 Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Wed, 12 Mar 2014 10:11:56 +0800 Subject: [PATCH] + add PM. --- module/project/control.php | 1 + module/project/view/index.html.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 4c6cd4ff9c..0da1e593e4 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -49,6 +49,7 @@ class project extends control $this->view->position[] = $this->lang->project->allProject; $this->view->projectStats = $this->project->getProjectStats($status); $this->view->projectID = $projectID; + $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->display(); } diff --git a/module/project/view/index.html.php b/module/project/view/index.html.php index 115b822294..89fcc870fb 100644 --- a/module/project/view/index.html.php +++ b/module/project/view/index.html.php @@ -25,6 +25,7 @@ idAB;?> project->name;?> project->code;?> + project->PM;?> project->end;?> project->status;?> project->totalEstimate;?> @@ -43,7 +44,8 @@ createLink('project', 'view', 'project=' . $project->id), sprintf('%03d', $project->id));?> createLink('project', 'view', 'project=' . $project->id), $project->name);?> - code;?> + code;?> + PM];?> end;?> project->statusList[$project->status];?> hours->totalEstimate;?>