From 87c717ff2e7ba7012562059de317eed02047c769 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 19 Apr 2018 15:56:20 +0800 Subject: [PATCH 1/7] * Adjust style. --- module/project/view/edit.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index c3a50aba12..20adc39ff8 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -18,8 +18,8 @@

- icons['project']);?> id;?> - createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> + id;?> + createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> arrow . ' ' . $lang->project->edit;?>

From d12dc914379776d3c47e39e9f9d798dfdd40d0ad Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 19 Apr 2018 15:59:28 +0800 Subject: [PATCH 2/7] * Rewrite close file of project. --- module/project/view/close.html.php | 35 ++++++++++++++++-------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/module/project/view/close.html.php b/module/project/view/close.html.php index ad9351e6a3..cca35dc7d6 100644 --- a/module/project/view/close.html.php +++ b/module/project/view/close.html.php @@ -12,26 +12,29 @@ ?> -
-
-
- icons['project']);?> id;?> - createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> - project->close;?> icons['close']);?> -
+
+
+

+ id;?> + createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> + arrow . $lang->project->close;?> +

-
+ - - - - - - - - + + + + + + + + + +
comment;?>
goback, $this->session->taskList); ?>
comment;?>
goback, $this->session->taskList); ?>
+
From d0388da4838dbb278da47c9232b14dcd926f434b Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 19 Apr 2018 16:01:02 +0800 Subject: [PATCH 3/7] * Rewrite activate file of project. --- module/project/view/activate.html.php | 54 ++++++++++++++------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/module/project/view/activate.html.php b/module/project/view/activate.html.php index fb10dc0bcc..20b8a17436 100644 --- a/module/project/view/activate.html.php +++ b/module/project/view/activate.html.php @@ -14,46 +14,50 @@ -
-
-
- icons['project']);?> id;?> - createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> - project->activate;?> icons['activate']);?> -
+
+
+

+ id;?> + createLink('project', 'view', 'project=' . $project->id), $project->name, '_blank');?> + arrow . $lang->project->activate;?> +

-
+ - - + - - - - + + - +
project->beginAndEnd;?> -
- begin?> - ~ - end;?> -
+
project->beginAndEnd;?> +
begin . ' ~ ' . $project->end;?>
- - ~ - +
+ + ~ + +
- - + +
+
+
+
+
+
+
+
comment;?>comment;?>
goback, $this->session->taskList); ?>goback, $this->session->taskList); ?>
+