Author: julien(a)jboss.com
Date: 2007-02-28 11:05:51 -0500 (Wed, 28 Feb 2007)
New Revision: 6464
Added:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portletsTemplate.xhtml
Removed:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/definitionsTemplate.xhtml
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
Log:
cleanup unused stuff + some renames
Deleted:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/definitionsTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/definitionsTemplate.xhtml 2007-02-28
16:04:07 UTC (rev 6463)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/definitionsTemplate.xhtml 2007-02-28
16:05:51 UTC (rev 6464)
@@ -1,15 +0,0 @@
-<div
-
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
- class="admin-ui">
-
- <h:form>
- <h:commandLink value="Portal Objects" action="portals"
actionListener="#{portalobjectmgr.selectRootObject}"/> | <h:commandLink
value="Porlet Instances" action="instances"/> |
<b><h:commandLink value="Portlet Definitions"
action="portlets"/></b>
- </h:form>
-
- <hr/>
-
- <ui:insert name="content">Content</ui:insert>
-
-</div>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
16:04:07 UTC (rev 6463)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
16:05:51 UTC (rev 6464)
@@ -7,7 +7,7 @@
xmlns:c="http://java.sun.com/jstl/core"
xmlns:pfc="http://www.jboss.com/portal/facelet/common">
-<ui:composition
template="/WEB-INF/jsp/management/definitionsTemplate.xhtml">
+<ui:composition
template="/WEB-INF/jsp/management/portletsTemplate.xhtml">
<ui:define name="content">
Copied:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portletsTemplate.xhtml
(from rev 6462,
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/definitionsTemplate.xhtml)
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portletsTemplate.xhtml
(rev 0)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portletsTemplate.xhtml 2007-02-28
16:05:51 UTC (rev 6464)
@@ -0,0 +1,15 @@
+<div
+
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+ class="admin-ui">
+
+ <h:form>
+ <h:commandLink value="Portal Objects" action="portals"
actionListener="#{portalobjectmgr.selectRootObject}"/> | <h:commandLink
value="Porlet Instances" action="instances"/> |
<b><h:commandLink value="Portlet Definitions"
action="portlets"/></b>
+ </h:form>
+
+ <hr/>
+
+ <ui:insert name="content">Content</ui:insert>
+
+</div>