* fix bug for select table.

This commit is contained in:
wangyidong
2019-07-12 15:23:14 +08:00
parent 0722210180
commit e71d8fa75f
17 changed files with 76 additions and 13 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
<div class='table-footer'>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class="table-actions btn-toolbar show-always"><?php echo html::submitButton('', '', 'btn btn-secondary');?></div>
<div class="table-statistic"></div>
<div class="text"></div>
<?php $pager->show('right', 'pagerjs');?>
</div>
<?php endif;?>