* finish task #5706.

This commit is contained in:
wangyidong
2019-06-06 11:21:01 +08:00
parent 02b6bfc8b6
commit 91a5a805dd
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
<table class='table table-form'>
<tr>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-130px' : 'w-100px';?>
<th class='<?php echo $colWidth;?>'><?php echo $lang->group->viewList;?></th>
<td>
<th class='text-bottom <?php echo $colWidth;?>'><?php echo $lang->group->viewList;?></th>
<td class='text-bottom'>
<?php foreach($lang->menu as $menuKey => $menu):?>
<?php if(!is_string($menu)) continue;?>
<?php list($moduleName, $module) = explode('|', $menu);?>