Author: thomas.heute(a)jboss.com
Date: 2007-05-23 08:18:02 -0400 (Wed, 23 May 2007)
New Revision: 7312
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
Log:
JBPORTAL-1452: The "Security" and "Preferences" actions show their
screens below the portlet instance list
Modified: trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
===================================================================
--- trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml 2007-05-23
12:14:46 UTC (rev 7311)
+++ trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml 2007-05-23
12:18:02 UTC (rev 7312)
@@ -10,6 +10,8 @@
<ui:define name="content">
+ <c:if test="#{instancemgr.selectedPlugin == null}">
+
<h:form>
<table id="instancesTable2" width="100%">
@@ -58,6 +60,7 @@
</ul>
</h:form>
+ </c:if>
<c:if test="#{instancemgr.selectedPlugin != null}">
Show replies by date