From 1ea7e50eb52ab0e7fb6eb19b84369cf3f5a67550 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Fri, 21 Jun 2013 01:53:20 +0000 Subject: [PATCH] * code for task#1407. --- module/task/view/m.start.html.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 module/task/view/m.start.html.php diff --git a/module/task/view/m.start.html.php b/module/task/view/m.start.html.php new file mode 100644 index 0000000000..883cfe33d0 --- /dev/null +++ b/module/task/view/m.start.html.php @@ -0,0 +1,13 @@ + + + +
+

task->start . $this->lang->colon . $task->name;?>

+ task->consumed . '(' . $lang->task->hour . ')' . html::input('consumed', $task->consumed);?> + task->left . '(' . $lang->task->hour . ')' . html::input('left', $task->left);?> + comment'");?> + + + +
+