diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php
index 9173ac73b5..e2025f9e86 100644
--- a/module/task/view/create.html.php
+++ b/module/task/view/create.html.php
@@ -30,6 +30,10 @@
task->assignedTo;?> |
assignedTo, 'class=select-3');?> |
+
+ | task->type;?> |
+ task->typeList, $task->type, 'class=select-3 onchange="setOwners(this.value)"');?> |
+
| task->story;?> |
@@ -65,10 +69,6 @@
| task->deadline;?> |
deadline, "class='text-3 date'");?> |
-
- | task->type;?> |
- task->typeList, $task->type, 'class=select-3 onchange="setOwners(this.value)"');?> |
-
| task->mailto;?> |
|