* Finish task #57864.

This commit is contained in:
zhouxudong
2022-06-22 10:11:06 +00:00
parent bdca637fcf
commit bc416e40fc
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -167,7 +167,10 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
<div class='table-footer'>
<?php if($canBatchEdit):?>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class="table-actions btn-toolbar"><?php echo html::submitButton($lang->execution->batchEdit, '', 'btn');?></div>
<div class="table-actions btn-toolbar">
<?php echo html::submitButton($lang->execution->batchEdit, '', 'btn');?>
<div class="table-statistic"></div>
</div>
<?php endif;?>
<?php $pager->show('right', 'pagerjs');?>
</div>