From eed80a4762d12d6d5bb3dedaa01cea361bcedbc6 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 26 Mar 2010 08:24:20 +0000 Subject: [PATCH] * revert the status field. --- module/project/view/edit.html.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 35b2afdcfc..80767932b1 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -48,11 +48,14 @@ project->teamname;?> team, "class='text-3'");?> + + project->status;?> + project->statusList, $project->status, 'class=text-3');?> + project->goal;?> goal, "rows='5' class='area-1'");?> - project->desc;?> desc, "rows='5' class='area-1'");?>