* Finish task #58554.

This commit is contained in:
tianshujie
2022-07-04 13:20:09 +08:00
parent be78c78c4b
commit ee701c75c9
5 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ $colspan = count($visibleFields) + 3;
?>
<?php $pri = 3;?>
<tr>
<td class='text-center'><?php echo $i;?></td>
<td class='text-left'><?php echo $i;?></td>
<td class="<?php echo zget($visibleFields, 'module', 'hidden')?> moduleBox" style='overflow:visible'>
<?php echo html::select("module[$i]", $modules, $moduleID, "class='form-control chosen'")?>
<?php echo html::hidden("parent[$i]", $parent);?>