* add project field for create task.

This commit is contained in:
wangyidong
2018-12-20 17:16:50 +08:00
parent 6af2460b0b
commit 5ebceea09a
4 changed files with 75 additions and 1 deletions
+4
View File
@@ -26,6 +26,10 @@
</div>
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->task->project;?></th>
<td><?php echo html::select('project', $projects, $project->id, "class='form-control chosen' onchange='loadAll(this.value)' required");?></td><td></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->type;?></th>
<td><?php echo html::select('type', $lang->task->typeList, $task->type, "class='form-control chosen' onchange='setOwners(this.value)' required");?></td><td></td><td></td>