* remove fixedTheadOfList and fixedTfootAction.

This commit is contained in:
wangyidong
2018-04-28 15:57:16 +08:00
parent 8d15930ecf
commit fddcb3f23c
28 changed files with 175 additions and 289 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
<form class="main-table table-product" data-ride="table" method="post" id='productsForm' action='<?php echo inLink('batchEdit', "productID=$productID");?>'>
<?php $canOrder = (common::hasPriv('product', 'updateOrder') and strpos($orderBy, 'order') !== false)?>
<?php $canBatchEdit = common::hasPriv('product', 'batchEdit'); ?>
<table class="table has-sort-head" id='productList'>
<table class="table has-sort-head table-fixed" id='productList'>
<?php $vars = "productID=$productID&line=$line&status=$status&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?>
<thead>
<tr>