[portal-commits] JBoss Portal SVN: r5810 - trunk/core/src/main/org/jboss/portal/core/aspects/controller
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Tue Dec 12 15:49:20 EST 2006
Author: roy.russo at jboss.com
Date: 2006-12-12 15:49:17 -0500 (Tue, 12 Dec 2006)
New Revision: 5810
Modified:
trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java
Log:
im not sure what the cms admin tool link was supposed to do, but i commented it out.
Modified: trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java 2006-12-12 18:42:45 UTC (rev 5809)
+++ trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java 2006-12-12 20:49:17 UTC (rev 5810)
@@ -251,13 +251,15 @@
sb.append(" | ");
- //inject CMS Admin link
+ //inject CMS Admin link TODO: what is this?!
+/*
if (user != null && showadminURL == null)
{
sb.append("<a href=\"").append("/portal/portal/cms").append("\">CMS Admin Tool</a>");
}
sb.append(" | ");
+*/
sb.append("<a href=\"").append(logoutURL).append("\">Logout</a>");
}
More information about the portal-commits
mailing list