This commit is contained in:
caoyanyi
2023-10-09 14:40:24 +08:00
parent b1c188855a
commit 4eee7276e8
+2
View File
@@ -104,7 +104,9 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
<td><?php echo html::select('execution', $executions, $task->execution, 'class="form-control chosen" onchange="loadAll(this.value)"');?></td>
</tr>
<?php else:?>
<tr class='hidden'>
<?php echo html::hidden('execution', $task->execution);?>
</tr>
<?php endif;?>
<tr>
<th class='thWidth'><?php echo $lang->task->module;?></th>