* 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
@@ -160,7 +160,7 @@ tbody tr td:first-child input{display:none;}
<?php echo html::submitButton($lang->build->batchUnlink, '', 'btn');?>
</div>
<?php endif;?>
<div class='text'><?php echo sprintf($lang->build->finishStories, $countStories);?></div>
<div class='table-statistic'><?php echo sprintf($lang->build->finishStories, $countStories);?></div>
</div>
<?php endif;?>
</form>