* Merge 18.8 upgarde into Merge184.

This commit is contained in:
tanghucheng
2023-11-22 20:35:43 -05:00
parent ac93bc870e
commit d09cad6971
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -114,5 +114,9 @@ $(function()
});
});
function delItem(val)
{
$(val).parents('tr').remove();
}
</script>
<?php include $app->getModuleRoot() . 'common/view/footer.html.php';?>
+3
View File
@@ -4,3 +4,6 @@
<th class='c-<?php echo $key?>' id='<?php echo $key;?>'> <?php echo $value['title'];?></th>
<?php endif;?>
<?php endforeach;?>
<?php if(in_array($app->getModuleName(), $config->transfer->actionModule)):?>
<th class="w-70px"><?php echo $lang->actions;?></th>
<?php endif;?>
File diff suppressed because one or more lines are too long