diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index a202aee223..6b1521f292 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -61,6 +61,30 @@ $(document).ready(function() task->project;?> name;?> + + task->pri;?> + task->priList, '', 'class=select-3');?> + + + task->estimate;?> + + + + task->deadline;?> + + + + task->type;?> + task->typeList, '', 'class=select-3');?> + + + task->status;?> + task->statusList, 'wait', 'class=select-3');?> + + + task->owner;?> + + task->story;?> @@ -84,30 +108,7 @@ $(document).ready(function() files;?> fetch('file', 'buildform');?> - - task->owner;?> - - - - task->estimate;?> - - - - task->deadline;?> - - - - task->type;?> - task->typeList, '', 'class=select-3');?> - - - task->status;?> - task->statusList, 'wait', 'class=select-3');?> - - - task->pri;?> - task->priList, '', 'class=select-3');?> - + task->afterSubmit;?> task->afterChoices, 'continueAdding');?>