* Finish task #49376,49365,49366.

This commit is contained in:
tanghucheng
2022-02-24 09:49:59 +08:00
parent 9b4fe955ea
commit 57047bb2eb
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
</tr>
<tr>
<th><?php echo $lang->execution->status;?></th>
<td><?php echo html::select('status', $lang->execution->statusList, $execution->status, "class='form-control'");?></td>
<td><?php echo html::select('status', $lang->execution->statusList, $execution->status, "class='form-control chosen'");?></td>
</tr>
<tr>
<th rowspan='2'><?php echo $lang->execution->owner;?></th>