* Fix bug.

This commit is contained in:
qiyu-xie
2021-01-21 16:43:07 +08:00
parent 3f427767f8
commit 18b7ddcfd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
<?php if($cases):?>
<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-actions btn-toolbar show-always"><?php echo html::submitButton('', '', 'btn');?></div>
<div class="table-statistic"></div>
<?php $pager->show('right', 'pagerjs');?>
</div>