* code for dev group.
This commit is contained in:
@@ -16,6 +16,18 @@
|
||||
<?php endforeach;?>
|
||||
<?php endif;?>
|
||||
<?php endforeach;?>
|
||||
<?php foreach($lang->dev->endGroupList as $group => $groupName):?>
|
||||
<?php if(isset($tables[$group])):?>
|
||||
<div class='modulegroup'><?php echo $groupName?></div>
|
||||
<?php foreach($tables[$group] as $subTable => $table):?>
|
||||
<?php
|
||||
$active = ($table == $selectedTable) ? 'active' : '';
|
||||
$tableName = zget($lang->dev->tableList, $subTable, $table);
|
||||
?>
|
||||
<?php echo html::a(inlink('db', "table=$table"), $tableName, '', "class='$active'");?>
|
||||
<?php endforeach;?>
|
||||
<?php endif;?>
|
||||
<?php endforeach;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user