]> git.mxchange.org Git - jjobs-war.git/commitdiff
Opps, must be outputFormat then (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2016 10:05:16 +0000 (12:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 20:53:53 +0000 (22:53 +0200)
web/admin/user/admin_user_unlock.xhtml

index deb5e88170f7653ddbe9c35966b030358f730417..feafc822dba43fac5945201bd9410e8f04407ad2 100644 (file)
                                </div>
                        </h:form>
 
-                       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_CANNOT_UNLOCK_USER_ACCOUNT_UNCONFIRMED}" rendered="#{beanHelper.user.userAccountStatus == 'UNCONFIRMED'}">
+                       <h:outputFormat styleClass="errors" value="#{msg.ERROR_ADMIN_CANNOT_UNLOCK_USER_ACCOUNT_UNCONFIRMED}" rendered="#{beanHelper.user.userAccountStatus == 'UNCONFIRMED'}">
                                <f:param value="#{beanHelper.user.userName}" />
                                <f:param value="#{beanHelper.user.userId}" />
-                       </h:outputText>
+                       </h:outputFormat>
 
-                       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_CANNOT_UNLOCK_USER_ACCOUNT_UNLOCKED}" rendered="#{beanHelper.user.userAccountStatus == 'CONFIRMED'}">
+                       <h:outputFormat styleClass="errors" value="#{msg.ERROR_ADMIN_CANNOT_UNLOCK_USER_ACCOUNT_UNLOCKED}" rendered="#{beanHelper.user.userAccountStatus == 'CONFIRMED'}">
                                <f:param value="#{beanHelper.user.userName}" />
                                <f:param value="#{beanHelper.user.userId}" />
-                       </h:outputText>
+                       </h:outputFormat>
                </ui:define>
        </ui:composition>
 </html>