From 69d622c41fe29ea0a2321d4199066fc222e0ab5d Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Fri, 21 Jun 2013 01:54:39 +0000 Subject: [PATCH] * code for task#1402. --- module/task/view/m.view.html.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 module/task/view/m.view.html.php diff --git a/module/task/view/m.view.html.php b/module/task/view/m.view.html.php new file mode 100644 index 0000000000..1bf57d5315 --- /dev/null +++ b/module/task/view/m.view.html.php @@ -0,0 +1,22 @@ + + +
+

id $task->name"?>

+
desc?>
+ +
+
+
+
    + project&taskID=$task->id", $task); + common::printIcon('task', 'start', "taskID=$task->id", $task); + common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task); + common::printIcon('task', 'finish', "taskID=$task->id", $task); + common::printIcon('task', 'close', "taskID=$task->id", $task); + common::printIcon('task', 'activate', "taskID=$task->id", $task); + ?> +
+
+
+