* finish task #4909.

This commit is contained in:
wangyidong
2018-09-26 17:01:14 +08:00
parent bc75d03326
commit 6ccd172703
4 changed files with 23 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@
<div class="panel panel-sm with-list">
<div class='panel-heading'><i class='icon-list'></i> <strong><?php echo $lang->dev->dbList?></strong></div>
<?php foreach($lang->dev->groupList as $group => $groupName):?>
<?php if(isset($tables[$group])):?>
<div class='modulegroup'><?php echo $groupName?></div>
<?php foreach($tables[$group] as $subTable => $table):?>
<?php
@@ -13,6 +14,7 @@
?>
<?php echo html::a(inlink('db', "table=$table"), $tableName, '', "class='$active'");?>
<?php endforeach;?>
<?php endif;?>
<?php endforeach;?>
</div>
</div>