Author: chris.laprun(a)jboss.com
Date: 2009-01-14 10:38:36 -0500 (Wed, 14 Jan 2009)
New Revision: 12502
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageSecurity.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageTheme.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalSecurity.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalTheme.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowSecurity.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowTheme.xhtml
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/renameObject.xhtml
Log:
- JBPORTAL-2106: unified headers...
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageSecurity.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageSecurity.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageSecurity.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,7 +6,8 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.SECURITY}"/>
<ui:define name="content">
- <h3>#{bundle.SET_PAGE_PERMISSIONS}</h3>
+ <br/>
+ <p
class="portlet-area-header">#{bundle.SET_PAGE_PERMISSIONS}</p>
<ui:decorate template="/jsf/common/editSecurity.xhtml">
<ui:param name="auth"
value="#{portalobjectmgr.auth}"/>
</ui:decorate>
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageTheme.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageTheme.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPageTheme.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,7 +6,8 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.THEME}"/>
<ui:define name="content">
- <h3>#{bundle.PAGE_THEME_PROPERTIES}</h3>
+ <br/>
+ <p
class="portlet-area-header">#{bundle.PAGE_THEME_PROPERTIES}</p>
<ui:decorate template="common/editTheme.xhtml">
<ui:param name="theme"
value="#{portalobjectmgr.theme}"/>
<ui:define name="form_submit">
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalSecurity.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalSecurity.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalSecurity.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,7 +6,8 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.SECURITY}"/>
<ui:define name="content">
- <h3>#{bundle.SET_PORTAL_PERMISSIONS}</h3>
+ <br/>
+ <p
class="portlet-area-header">#{bundle.SET_PORTAL_PERMISSIONS}</p>
<ui:decorate template="/jsf/common/editSecurity.xhtml">
<ui:param name="auth"
value="#{portalobjectmgr.auth}"/>
</ui:decorate>
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalTheme.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalTheme.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editPortalTheme.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,7 +6,8 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.THEME}"/>
<ui:define name="content">
- <h3>#{bundle.PORTAL_THEME_PROPERTIES}</h3>
+ <br/>
+ <p
class="portlet-area-header">#{bundle.PORTAL_THEME_PROPERTIES}</p>
<p>#{bundle.SETTINGS_ARE_INHERITED_BY_ALL_PAGES}.</p>
<br/>
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowSecurity.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowSecurity.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowSecurity.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,8 +6,9 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.SECURITY}"/>
<ui:define name="content">
- <h3>#{bundle.SET_PERMISSIONS_FOR} <span
class="objectName">#{portalobjectmgr.selectedObject.name}</span>
- #{bundle.WINDOW_NO_CAP}</h3>
+ <br/>
+ <p class="portlet-area-header">#{bundle.SET_PERMISSIONS_FOR}
<span
class="objectName">#{portalobjectmgr.selectedObject.name}</span>
+ #{bundle.WINDOW_NO_CAP}</p>
<ui:include src="common/editSecurity.xhtml"/>
</ui:define>
</ui:composition>
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowTheme.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowTheme.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editWindowTheme.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -6,7 +6,8 @@
<ui:composition template="objectTemplate.xhtml">
<ui:param name="portalObjectScreen"
value="#{bundle.THEME}"/>
<ui:define name="content">
- <h3>#{bundle.WINDOW_THEME_PROPERTIES}</h3>
+ <br/>
+ <p
class="portlet-area-header">#{bundle.WINDOW_THEME_PROPERTIES}</p>
<ui:decorate template="common/editWindowTheme.xhtml">
<ui:param name="theme"
value="#{portalobjectmgr.theme}"/>
<ui:define name="form_submit">
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/renameObject.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/renameObject.xhtml 2009-01-14
15:11:19 UTC (rev 12501)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/renameObject.xhtml 2009-01-14
15:38:36 UTC (rev 12502)
@@ -16,7 +16,7 @@
<h:inputText id="newName"
value="#{renameAction.newName}"/>
<h:commandButton id="rename"
value="#{bundle.RENAME}" action="#{renameAction.execute}"
styleClass="portlet-form-button
portlet-section-buttonrow"/>
- <h:commandButton id="cancel"
value="#{bundle.CANCEL}" action="objects"
+ <h:commandButton id="cancel"
value="#{bundle.COMMON_CANCEL}" action="objects"
styleClass="portlet-form-button
portlet-section-buttonrow"/>
</p>
</h:form>
Show replies by date