diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 1a7e2f654c..b8935e36a5 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -22,6 +22,27 @@ task->project;?> name;?> + + task->story;?> + + + preview;?> + + + + + task->name;?> + + task->copyStoryTitle, 'onclick=copyStoryTitle()');?> + + + + task->desc;?> + + + task->pri;?> task->priList, '', 'class=select-3');?> @@ -46,31 +67,10 @@ task->mailto;?> - - task->story;?> - - - preview;?> - - - - task->name;?> - - task->copyStoryTitle, 'onclick=copyStoryTitle()');?> - - - - task->desc;?> - - - + files;?> fetch('file', 'buildform');?> - - - + task->afterSubmit;?> task->afterChoices, 'continueAdding');?>