* add multi-language support, and fix UI of table statistic.

This commit is contained in:
Catouse
2019-12-16 17:42:26 +08:00
parent a9f4bc8edd
commit b45f5c8a68
15 changed files with 26 additions and 53 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
<div class="btn-toolbar">
<?php echo html::linkButton($lang->goback, $this->session->caseList);?>
</div>
<div class='text'></div>
<div class='table-statistic'></div>
<?php $pager->show('right', 'pagerjs');?>
</div>
<?php endif;?>