Author: thomas.heute(a)jboss.com
Date: 2007-02-27 19:18:59 -0500 (Tue, 27 Feb 2007)
New Revision: 6446
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectTemplate.xhtml
Log:
No link on Windows
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectTemplate.xhtml 2007-02-28
00:18:31 UTC (rev 6445)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectTemplate.xhtml 2007-02-28
00:18:59 UTC (rev 6446)
@@ -30,11 +30,16 @@
<h:form>
<c:forEach items="#{portalobjectmgr.selectedObjectPath}"
var="node">
>
+ <c:if test="#{node.type != '3'}">
<h:commandLink action="#{portalobjectmgr.selectObject}">
<f:param name="id" value="#{node.id}"/>
<c:if test="#{node.name == ''}">root</c:if>
<c:if test="#{node.name !=
''}">#{node.name}</c:if>
</h:commandLink>
+ </c:if>
+ <c:if test="#{node.type == '3'}">
+ #{node.name}
+ </c:if>
</c:forEach>
</h:form>
Show replies by date