Author: sviluppatorefico
Date: 2008-12-19 14:48:51 -0500 (Fri, 19 Dec 2008)
New Revision: 12413
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml
Log:
syntax error on a css class call
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml 2008-12-19
19:45:11 UTC (rev 12412)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/confirmPendingAction.xhtml 2008-12-19
19:48:51 UTC (rev 12413)
@@ -53,7 +53,7 @@
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="#{bundle.IDENTITY_REIGSTRATION_DATE}"/>
+ <h:outputText value="#{bundle.IDENTITY_REGISTRATION_DATE}"/>
</f:facet>
<h:outputText value="#{user.registrationDate}">
<f:convertDateTime dateStyle="medium" type="both" />
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml 2008-12-19
19:45:11 UTC (rev 12412)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/user/pendingUsers.xhtml 2008-12-19
19:48:51 UTC (rev 12413)
@@ -67,7 +67,7 @@
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="#{bundle.IDENTITY_REIGSTRATION_DATE}"/>
+ <h:outputText value="#{bundle.IDENTITY_REGISTRATION_DATE}"/>
</f:facet>
<h:outputText value="#{user.registrationDate}">
<f:convertDateTime dateStyle="medium" type="both" />
Show replies by date