From face3b4e96bd617ecf83188aa7a8678e9c113fdd Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 11 Apr 2010 07:31:46 +0000 Subject: [PATCH] * fix the UI bug in IE6. --- module/task/view/edit.html.php | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index a76a772d85..8edb32c5b1 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -35,18 +35,22 @@
-
- task->desc;?> - desc, "rows='4' class='area-1'");?> -
-
- comment;?> - -
-
- files;?> - fetch('file', 'buildform');?> -
+ + +
+
+ task->desc;?> + desc, "rows='4' class='area-1'");?> +
+
+ comment;?> + +
+
+ files;?> + fetch('file', 'buildform');?> +
+
goback, $this->inlink('view', "taskID=$task->id"));?>