* 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
@@ -68,7 +68,7 @@ $formID = $type == 'leftBug' ? 'unlinkedLeftBugsForm' : 'unlinkedBugsForm';
<div class="btn-toolbar">
<?php echo html::a(inlink('view', "releaseID=$release->id&type=$type"), $lang->goback, '', "class='btn'");?>
</div>
<div class='text'></div>
<div class='table-statistic'></div>
</div>
</form>
</div>