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