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'");?> + + + +
+