* 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
@@ -388,7 +388,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
</div>
<?php endif;?>
</div>
<div class="text"><?php echo $summary;?></div>
<div class="table-statistic"><?php echo $summary;?></div>
<?php $pager->show('right', 'pagerjs');?>
</div>
</form>