* Fix the bug sorting of tasks on my module.

This commit is contained in:
tianshujie98
2020-12-29 14:10:36 +08:00
parent 023a556f3d
commit c969d44561
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<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>
<th><?php echo $lang->task->execution;?></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>