Author: kien_nguyen
Date: 2010-08-31 22:17:27 -0400 (Tue, 31 Aug 2010)
New Revision: 3994
Modified:
portal/branches/branched-r3845/webui/core/src/main/java/org/exoplatform/webui/core/UITree.java
Log:
GTNPORTAL-1449 Can't create sub-page in portal
Modified:
portal/branches/branched-r3845/webui/core/src/main/java/org/exoplatform/webui/core/UITree.java
===================================================================
---
portal/branches/branched-r3845/webui/core/src/main/java/org/exoplatform/webui/core/UITree.java 2010-09-01
02:15:44 UTC (rev 3993)
+++
portal/branches/branched-r3845/webui/core/src/main/java/org/exoplatform/webui/core/UITree.java 2010-09-01
02:17:27 UTC (rev 3994)
@@ -299,7 +299,7 @@
"\"
onclick=\"eXo.portal.UIPortalControl.collapseTree(this)").append("\">");
}
else {//Null item
- builder.append(" <div
class=\"").append(nodeIcon).append("\">");
+ builder.append(" <div
class=\"").append(nodeIcon).append("\"
onclick=\"").append(actionLink).append("\">");
}
if (uiPopupMenu_ == null)
{
Show replies by date