Merge branch 'master' into zentaopms_239

This commit is contained in:
wangyidong
2022-10-27 11:39:47 +08:00
370 changed files with 9090 additions and 2016 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ if(isset($pageCSS)) css::internal($pageCSS);
<?php endif;?>
<?php if($module->type != 'line'):?>
<tr <?php if($hidden) echo "style='display:none'";?>>
<th class='thWidth'><?php echo ($type == 'doc' || $type == 'feedback') ? $lang->tree->parentCate : $lang->tree->parent;?></th>
<th class='thWidth'><?php echo ($type == 'doc') ? $lang->tree->parentCate : $lang->tree->parent;?></th>
<td><?php echo html::select('parent', $optionMenu, $module->parent, "class='form-control chosen'");?></td>
</tr>
<?php endif;?>
@@ -65,7 +65,7 @@ if(isset($pageCSS)) css::internal($pageCSS);
<th class='thWidth'>
<?php
$lblTreeName = $lang->tree->name;
if($type == 'doc' || $type == 'feedback') $lblTreeName = $lang->tree->cate;
if($type == 'doc') $lblTreeName = $lang->tree->cate;
if($type == 'line') $lblTreeName = $lang->tree->line;
echo $lblTreeName;
?>