mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
admin ui
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2609c28f38
commit
cbcfbb242d
1 changed files with 1 additions and 2 deletions
|
|
@ -940,7 +940,7 @@ function createTreeMarkup(aNode, sParentSrl, sMenuTree, sMenuTreeNode){
|
||||||
htNodeInfo[sNodeSrl].sText = sText;
|
htNodeInfo[sNodeSrl].sText = sText;
|
||||||
|
|
||||||
htNodeInfo[sNodeSrl].sModuleType = sModuleType;
|
htNodeInfo[sNodeSrl].sModuleType = sModuleType;
|
||||||
|
if(!htNodeInfo[sNodeSrl].sModuleType) htNodeInfo[sNodeSrl].sModuleType = "_SHORTCUT";
|
||||||
sSubTree = "";
|
sSubTree = "";
|
||||||
if(aSubNode && aSubNode.length>0){
|
if(aSubNode && aSubNode.length>0){
|
||||||
//sSubTree = createTreeMarkup(aSubNode, aNode[i], sMenuTree, sMenuTreeNode);
|
//sSubTree = createTreeMarkup(aSubNode, aNode[i], sMenuTree, sMenuTreeNode);
|
||||||
|
|
@ -1340,7 +1340,6 @@ jQuery(function($){
|
||||||
|
|
||||||
var sMenuId = $._htMarkupActionParam.sMenuId;
|
var sMenuId = $._htMarkupActionParam.sMenuId;
|
||||||
var htInfo = htNodeInfo[sMenuId];
|
var htInfo = htNodeInfo[sMenuId];
|
||||||
|
|
||||||
$(ev.target).find('.title').html(htInfo.sText);
|
$(ev.target).find('.title').html(htInfo.sText);
|
||||||
$(ev.target).find('.url').html(htInfo.url);
|
$(ev.target).find('.url').html(htInfo.url);
|
||||||
//$(ev.target).find('.module_type').html(htInfo.module_type || "");
|
//$(ev.target).find('.module_type').html(htInfo.module_type || "");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue