* Ajust lang.
This commit is contained in:
@@ -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;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user