[portal-commits] JBoss Portal SVN: r9089 - in branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf: common and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 23 11:40:10 EST 2007


Author: emuckenhuber
Date: 2007-11-23 11:40:10 -0500 (Fri, 23 Nov 2007)
New Revision: 9089

Modified:
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml
Log:
small cleanup

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml	2007-11-23 16:16:29 UTC (rev 9088)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml	2007-11-23 16:40:10 UTC (rev 9089)
@@ -25,10 +25,10 @@
 <ui:define name="content">
 <h:form>
 	<h:panelGrid columns="2">
-	<h:outputText for="rolename" value="#{bundle.IDENTITY_MANAGEMENT_ROLE}"/>
+	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE}"/>
 	<h:outputText id="rolename" value="#{editrolemgr.uiRole.name}" />
 	
-	<h:outputText for="roledisplayname" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_DISPLAY}"/>
+	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_DISPLAY}"/>
 	<h:inputText value="#{editrolemgr.uiRole.displayName}"/>
 	</h:panelGrid>
 	<hr/>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml	2007-11-23 16:16:29 UTC (rev 9088)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml	2007-11-23 16:40:10 UTC (rev 9089)
@@ -8,13 +8,13 @@
 
 <h:form>
 	<h:panelGrid columns="2">
-		<h:outputText for="username" value="#{bundle.IDENTITY_USERNAME}"/>
+		<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>
 		<h:outputText id="username" value="#{manager.uiUser.username}"/>
 		
-		<h:outputText for="email" value="#{bundle.IDENTITY_EMAIL}"/>
+		<h:outputText value="#{bundle.IDENTITY_EMAIL}"/>
 		<h:outputText id="email" value="#{manager.uiUser.attribute.email}"/>
 		
-		<h:outputText for="password" value="#{bundle.IDENTITY_PASSWORD}"/>
+		<h:outputText value="#{bundle.IDENTITY_PASSWORD}"/>
 		<h:outputText id="password">******</h:outputText>
 	</h:panelGrid>
 	<br/>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml	2007-11-23 16:16:29 UTC (rev 9088)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml	2007-11-23 16:40:10 UTC (rev 9089)
@@ -15,7 +15,7 @@
 <h:form>
 	<p><h:outputText value="#{bundle.IDENTITY_LOST_PASSWORD_DESCRIPTION}" /></p>
 	<h:panelGrid columns="2" cellpadding="3">
-		<h:outputText for="username" value="#{bundle.IDENTITY_USERNAME}"/>
+		<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>
 		<h:inputText id="username" value="#{lostpasswordmgr.username}" required="true"/>
   		<h:panelGroup />
 		<h:message for="username"  infoClass="portlet-msg-success" errorClass="portlet-msg-error" fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>




More information about the portal-commits mailing list