Author: prabhat.jha(a)jboss.com
Date: 2008-09-29 12:05:47 -0400 (Mon, 29 Sep 2008)
New Revision: 12002
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml
Log:
[JBPORTAL-2101] adding ids to identity admin ui
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml 2008-09-29
16:03:37 UTC (rev 12001)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml 2008-09-29
16:05:47 UTC (rev 12002)
@@ -30,7 +30,7 @@
<h:outputText id="rolename" value="#{editrolemgr.uiRole.name}"
/>
<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_DISPLAY}"/>
- <h:inputText value="#{editrolemgr.uiRole.displayName}"/>
+ <h:inputText id="display-name"
value="#{editrolemgr.uiRole.displayName}"/>
</h:panelGrid>
<hr/>
<p style="text-align: right;">
Show replies by date