]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/admin/user/admin_user_unlock.xhtml
Please cherry-pick:
[pizzaservice-war.git] / web / admin / user / admin_user_unlock.xhtml
index 9c97e6d71264b1c19cbbd744efac3fdbf2431ea8..cd4978df6805a5691c085177bde333409cc9d8af 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl"
                                xmlns="http://www.w3.org/1999/xhtml"
-                               xmlns:generic="http://mxchange.org/jsf/core"
+                               xmlns:widgets="http://mxchange.org/jsf/core/widgets"
                                xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
                                xmlns:h="http://xmlns.jcp.org/jsf/html"
                                xmlns:f="http://xmlns.jcp.org/jsf/core">
@@ -22,7 +22,7 @@
        </ui:define>
 
        <ui:define name="content">
-               <generic:outputMessageBox message="#{msg.ERROR_USER_ID_NOT_FOUND}" styleClass="errors" rendered="#{empty beanHelper.user}" />
+               <widgets:outputMessageBox message="#{msg.ERROR_USER_ID_NOT_FOUND}" styleClass="errors" rendered="#{empty beanHelper.user}" />
 
                <h:form id="form_admin_user_unlock" rendered="#{not empty beanHelper.user and beanHelper.user.userAccountStatus == 'LOCKED'}">
                        <h:panelGroup styleClass="table_medium" layout="block">