diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php
index 5409fdd96b..e2506481c4 100644
--- a/module/task/view/create.html.php
+++ b/module/task/view/create.html.php
@@ -22,27 +22,29 @@
task->project;?> |
name;?> |
-
+
+ | task->assignedTo;?> |
+ |
+
+
| task->story;?> |
preview;?>
|
-
-
+
| task->name;?> |
- task->copyStoryTitle, 'onclick=copyStoryTitle()');?>
+ task->copyStoryTitle, 'onclick=copyStoryTitle()');?>
|
-
+
| task->desc;?> |
|
-
| task->pri;?> |
task->priList, '', 'class=select-3');?>
@@ -59,19 +61,15 @@
| task->type;?> |
task->typeList, '', 'class=select-3 onchange="setOwners(this.value)"');?> |
-
- | task->assignedTo;?> |
- |
-
| task->mailto;?> |
|
-
+
| files;?> |
fetch('file', 'buildform');?> |
-
+
| task->afterSubmit;?> |
task->afterChoices, 'continueAdding');?> |