Issue 2398: home icon's class name is changed to match the change made in the css

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-09-18 01:39:50 +00:00
parent 715338ba2a
commit 80f4ac9bc0

View file

@ -598,7 +598,7 @@ function createTreeMarkup(aNode){
sText = sText + " ${h}";
}
sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "<i class='icon-share-alt'></i>").replace("${h}", "<i class='_home_icon icon-home'></i>");
sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "<i class='icon-share-alt'></i>").replace("${h}", "<i class='x_icon-home'></i>");
}
return $.tmpl( "menuTree", {Nodes:sResult} ).get()[0].outerHTML;