Author: thomas.heute(a)jboss.com
Date: 2007-05-23 08:08:55 -0400 (Wed, 23 May 2007)
New Revision: 7310
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml
Log:
JBPORTAL-1444: The "Please set the display options for the portal: " label at
the top of the screen should be replaced with the title "Theme Properties".
Modified: trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml 2007-05-23
10:33:40 UTC (rev 7309)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml 2007-05-23
12:08:55 UTC (rev 7310)
@@ -5,9 +5,7 @@
xmlns:f="http://java.sun.com/jsf/core">
<ui:composition template="objectTemplate.xhtml">
<ui:define name="content">
- <h3>Please set the display options for the page:
- <h:outputText
value="#{portalobjectmgr.selectedObject.name}"/>
- </h3>
+ <h3>Page theme properties:</h3>
<ui:decorate template="common/editTheme.xhtml">
<ui:define name="form_submit">
<h:form>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml 2007-05-23
10:33:40 UTC (rev 7309)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml 2007-05-23
12:08:55 UTC (rev 7310)
@@ -7,8 +7,7 @@
<ui:composition template="objectTemplate.xhtml">
<ui:define name="content">
-
- <h3>Please set the display options for the portal: <h:outputText
value="#{portalobjectmgr.selectedObject.name}"/></h3>
+ <h3>Portal theme properties:</h3>
<p>The settings defined here will be applied to the whole portal including all
the pages and windows unless they have been assigned with different settings</p>
<br/>
<ui:decorate template="common/editTheme.xhtml">
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml 2007-05-23
10:33:40 UTC (rev 7309)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml 2007-05-23
12:08:55 UTC (rev 7310)
@@ -5,9 +5,7 @@
xmlns:f="http://java.sun.com/jsf/core">
<ui:composition template="objectTemplate.xhtml">
<ui:define name="content">
- <h3>Please set the display options for the window:
- <h:outputText
value="#{portalobjectmgr.selectedObject.name}"/>
- </h3>
+ <h3>Window theme properties:</h3>
<ui:decorate template="common/editWindowTheme.xhtml">
<ui:define name="form_submit">
<h:form>