Author: prabhat.jha(a)jboss.com
Date: 2008-10-02 13:25:11 -0400 (Thu, 02 Oct 2008)
New Revision: 12022
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPreferences.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editTheme.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editWindowTheme.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/showPortletDetails.xhtml
Log:
prepending some forms under jsf/common with common to avoid duplicate id
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -17,7 +17,7 @@
<td valign="top" class="portlet-section-body">
-<h:form id="edit-page-error-form">
+<h:form id="common-edit-page-error-form">
<table class="datatable full-width">
<thead class="portlet-section-header">
<tr>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -18,7 +18,7 @@
<tr>
<td valign="top" class="portlet-section-body">
-<h:form id="edit-portal-error-form">
+<h:form id="common-edit-portal-error-form">
<table class="datatable full-width">
<thead class="portlet-section-header">
<tr>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPreferences.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPreferences.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPreferences.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -8,7 +8,7 @@
<f:loadBundle basename="Resource" var="bundle" />
<c:choose>
<c:when test="#{not empty prefs.entries}">
- <h:form id="edit-pref-form">
+ <h:form id="common-edit-pref-form">
<table class="full-width datatable">
<thead class="portlet-section-header"
style="text-align:left;">
<tr>
@@ -56,7 +56,7 @@
</c:choose>
<c:if test="#{prefs.selectedEntry != null}">
- <h:form id="edit-exisiting-form" style="padding: 1em 0 1em
0">
+ <h:form id="common-edit-exisiting-form" style="padding: 1em 0 1em
0">
<fieldset style="border: 1px solid;">
<legend>#{bundle.COMMON_EDIT_EXISTING_VALUES}</legend>
<table>
@@ -90,7 +90,7 @@
</fieldset>
</h:form>
- <h:form id="append-form">
+ <h:form id="common-append-form">
<fieldset style="border: 1px solid;">
<legend>#{bundle.COMMON_APPEND_VALUE}</legend>
<h:outputLabel for="new_value">
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -22,7 +22,7 @@
<tr>
<td class="dotted-blue-vert-rt">
- <h:form id="edit-prop-form">
+ <h:form id="common-edit-prop-form">
<!-- defines layout of property form -->
<table>
<tbody>
@@ -81,7 +81,7 @@
<tr>
<td class="portlet-section-body" valign="top">
- <h:form id="manage-prop-form">
+ <h:form id="common-manage-prop-form">
<!-- defines layout of property table -->
<h:dataTable id="prop-data-table"
value="#{properties.entries}" width="100%"
headerClass="portlet-section-header"
styleClass="datatable full-width"
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -6,7 +6,7 @@
xmlns:c="http://java.sun.com/jstl/core">
<f:loadBundle basename="Resource" var="bundle" />
- <h:form id="edit-security-form">
+ <h:form id="common-edit-security-form">
<table class="datatable full-width">
<thead class="portlet-section-header">
<tr>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editTheme.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editTheme.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editTheme.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -2,7 +2,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<f:loadBundle basename="Resource" var="bundle" />
- <h:form id="edit-theme-form">
+ <h:form id="common-edit-theme-form">
<table class="full-width datatable">
<thead class="portlet-section-header">
<tr>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editWindowTheme.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editWindowTheme.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editWindowTheme.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -5,7 +5,7 @@
xmlns:f="http://java.sun.com/jsf/core">
<f:loadBundle basename="Resource" var="bundle" />
- <h:form id="edit-window-theme-form">
+ <h:form id="common-edit-window-theme-form">
<table class="full-width datatable">
<thead class="portlet-section-header">
<tr>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/showPortletDetails.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/showPortletDetails.xhtml 2008-10-02
14:21:19 UTC (rev 12021)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/showPortletDetails.xhtml 2008-10-02
17:25:11 UTC (rev 12022)
@@ -6,7 +6,7 @@
xmlns:c="http://java.sun.com/jstl/core">
<f:loadBundle basename="Resource" var="bundle" />
- <h:form id="show-portlet-detail-form">
+ <h:form id="common-show-portlet-detail-form">
<p
class="portlet-area-header">#{bundle.COMMON_PORTLET_INSTANCE_INFORMATION}</p>
<h:panelGrid id="detail-panel" columns="3"
styleClass="panelGrid-basic">
<f:subview id="field1">