Author: emuckenhuber
Date: 2007-09-19 08:39:28 -0400 (Wed, 19 Sep 2007)
New Revision: 8361
Modified:
trunk/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/status.xhtml
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/status.xhtml
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/success.xhtml
Log:
- changed status pages
Modified:
trunk/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties
===================================================================
---
trunk/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties 2007-09-19
12:37:41 UTC (rev 8360)
+++
trunk/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties 2007-09-19
12:39:28 UTC (rev 8361)
@@ -33,6 +33,7 @@
IDENTITY_REGISTER_TITLE=Basic user information
IDENTITY_REGISTER_TITLE_CONFIRM=Confirmation
IDENTITY_REGISTER_PASSWORD_CONFIRM=Confirm Password
+IDENTITY_REGISTER_STATUS_TITLE=Registration status
IDENTITY_REGISTER_SUCCESS_TITLE=Your account has been successfully created. You may want
to login now.
IDENTITY_REGISTER_PENDING_TITLE=An e-mail has been sent to your e-mail address to verify
your registration.
IDENTITY_REGISTER_REQUIRED_INFORMATION=indicates a required field.
@@ -42,8 +43,8 @@
IDENTITY_LOST_PASSWORD_ERROR=Failed to reset password.
IDENTITY_LOST_PASSWORD_STATUS_SUCCESSFUL=You will receive an e-mail with your new
password.
IDENTITY_LOST_PASSWORD_STATUS_404=No account found.
+IDENTITY_LOST_PASSWORD_STATUS_TITLE=Lost password
-
IDENTITY_EDIT_PROFILE_ERROR=Error while updating the profile.
IDENTITY_EDIT_PASSWORD_TITLE=Change your password
IDENTITY_EDIT_PASSWORD_CURRENT=Current password
Modified:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml
===================================================================
---
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml 2007-09-19
12:37:41 UTC (rev 8360)
+++
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml 2007-09-19
12:39:28 UTC (rev 8361)
@@ -58,7 +58,7 @@
<h:outputText
value="#{bundle.IDENTITY_MANAGEMENT_ACTION_EDIT_PROFILE}"/>
<f:param name="currentUser" value="#{uiUser.username}"/>
</h:commandLink> |
- <h:commandLink action="#{assignrolemgr.assignRoles}"
styleClass="actionDelete">
+ <h:commandLink action="#{assignrolemgr.assignRoles}"
styleClass="actionPreferences">
<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_ROLES}"/>
<f:param name="currentUser" value="#{uiUser.username}"/>
</h:commandLink>
Modified:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/status.xhtml
===================================================================
---
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/status.xhtml 2007-09-19
12:37:41 UTC (rev 8360)
+++
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/status.xhtml 2007-09-19
12:39:28 UTC (rev 8361)
@@ -9,9 +9,11 @@
<ui:composition template="/WEB-INF/jsf/lostPassword/lostTemplate.xhtml">
<ui:define name="title">
+ <h:outputText value="#{bundle.IDENTITY_LOST_PASSWORD_STATUS_TITLE}" />
+</ui:define>
+<ui:define name="content">
<h:messages />
</ui:define>
-<ui:define name="content" />
</ui:composition>
</div>
Modified:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/status.xhtml
===================================================================
---
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/status.xhtml 2007-09-19
12:37:41 UTC (rev 8360)
+++
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/status.xhtml 2007-09-19
12:39:28 UTC (rev 8361)
@@ -11,10 +11,14 @@
<ui:composition
template="/WEB-INF/jsf/profile/editProfileTemplate.xhtml">
<ui:define name="title">
- <h:messages />
+ <li class="selected">
+ <h:outputText value="#{bundle.IDENTITY_EDIT_PROFILE_TITLE}" />
+ </li>
</ui:define>
-<ui:define name="content" />
+<ui:define name="content">
+ <h3><h:messages /></h3>
+</ui:define>
</ui:composition>
</div>
\ No newline at end of file
Modified:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/success.xhtml
===================================================================
---
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/success.xhtml 2007-09-19
12:37:41 UTC (rev 8360)
+++
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/success.xhtml 2007-09-19
12:39:28 UTC (rev 8361)
@@ -9,8 +9,10 @@
<ui:composition template="/WEB-INF/jsf/register/registerTemplate.xhtml">
<ui:define name="title">
- <h:messages />
+ <h:outputText value="#{bundle.IDENTITY_REGISTER_STATUS_TITLE}"/>
</ui:define>
-<ui:define name="content" />
+<ui:define name="content">
+ <h3><h:messages /></h3>
+</ui:define>
</ui:composition>
</div>
\ No newline at end of file