[portal-commits] JBoss Portal SVN: r11954 - in branches/JBoss_Portal_Branch_2_6: core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/producer and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Sep 23 14:55:39 EDT 2008


Author: prabhat.jha at jboss.com
Date: 2008-09-23 14:55:38 -0400 (Tue, 23 Sep 2008)
New Revision: 11954

Modified:
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml
   branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/producer/producer.xhtml
Log:
[JBPORTAL-2101] adding ids to identity admin ui
[JBPORTAL-2103] adding ids to wsrp admin ui

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml	2008-09-23 17:35:50 UTC (rev 11953)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml	2008-09-23 18:55:38 UTC (rev 11954)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink id="assign-role-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">

Modified: branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/producer/producer.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/producer/producer.xhtml	2008-09-23 17:35:50 UTC (rev 11953)
+++ branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/producer/producer.xhtml	2008-09-23 18:55:38 UTC (rev 11954)
@@ -9,10 +9,10 @@
    <ui:define name="content">
       <h:form id="producer-form">
          <h:panelGrid columns="2" width="100%">
-            <h:selectBooleanCheckbox value="#{producer.registrationRequiredForFullDescription}"/>
+            <h:selectBooleanCheckbox id="cons-reg-req-check" value="#{producer.registrationRequiredForFullDescription}"/>
             <h:outputText value="#{i18n.producer_config_sd_requires_reg}"/>
 
-            <h:selectBooleanCheckbox value="#{producer.registrationRequired}" immediate="true"
+            <h:selectBooleanCheckbox id="req-reg-check" value="#{producer.registrationRequired}" immediate="true"           
                                      onchange="this.form.submit()"
                                      valueChangeListener="#{producer.requireRegistrationListener}"/>
             <h:outputText value="#{i18n.producer_config_requires_reg}"/>
@@ -43,7 +43,7 @@
                                      headerClass="portlet-section-header">
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_name}</f:facet>
-                              <h:inputText value="#{property.nameAsString}" size="30"/>
+                              <h:inputText id="name" value="#{property.nameAsString}" size="30"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_type}</f:facet>
@@ -53,11 +53,11 @@
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_label}</f:facet>
-                              <h:inputText value="#{property.label}" size="50"/>
+                              <h:inputText id="label" value="#{property.label}" size="50"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_hint}</f:facet>
-                              <h:inputText value="#{property.hint}" size="50"/>
+                              <h:inputText id="hint" value="#{property.hint}" size="50"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_action}</f:facet>




More information about the portal-commits mailing list