mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1530 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bdc0e0bb77
commit
de6ba4a2c7
2 changed files with 2 additions and 2 deletions
|
|
@ -745,7 +745,7 @@
|
|||
$category_srl,
|
||||
$group_check_code,
|
||||
$name,
|
||||
sprintf('mid=%s&category=%d', $this->module_info->mid, $category_srl),
|
||||
getUrl('','mid',$this->module_info->mid,'category',$category_srl),
|
||||
$expand
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ function blogDrawNode(parent_node) {
|
|||
html += '<div id="'+zone_id+'" class="node_item">'+
|
||||
'<div id="'+zone_id+'_line" class="'+line_class+'">'+
|
||||
'<table border="0" cellspacing="0" cellpadding="0"><tr><td height="20"><img src="./common/tpl/images/blank.gif" width="18" height="18" alt="" id="'+zone_id+'_folder" '+click_str+' /></td>'+
|
||||
'<td><a href="#" id="'+zone_id+'_node" class="'+text_class+'" onclick="blogSelectNode("'+url+'");return false;">'+text+'</a>'+document_count_text+'</td></tr></table>'+
|
||||
'<td><a href="#" id="'+zone_id+'_node" class="'+text_class+'" onclick="blogSelectNode(\''+url+'\');return false;">'+text+'</a>'+document_count_text+'</td></tr></table>'+
|
||||
'</div>';
|
||||
|
||||
if(hasChild && child_html) html += child_html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue