* Merge from github.

This commit is contained in:
wangyidong
2021-01-26 13:35:21 +08:00
parent 4a82bf6285
commit b12d189779
72 changed files with 2964 additions and 1232 deletions
+2
View File
@@ -93,6 +93,8 @@
<th class='thWidth'><?php echo $lang->task->project;?></th>
<td><?php echo html::select('project', $projects, $task->project, 'class="form-control chosen" onchange="loadAll(this.value)"');?></td>
</tr>
<?php else:?>
<?php echo html::hidden('project', $task->project);?>
<?php endif;?>
<tr>
<th class='thWidth'><?php echo $lang->task->module;?></th>