]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/login/user/user_base.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / login / user / user_base.tpl
index 003c28b15143c72e2688735b1203b4949390b022..8950ed2dc223e5ce23576674337e96f29b3dddb9 100644 (file)
@@ -2,7 +2,7 @@
 <ui:composition
        template="/WEB-INF/templates/base.tpl"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:widgets="http://mxchange.org/jsf/core/widgets"
+       xmlns:core="http://mxchange.org/jsf/core/widgets"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html">
 
@@ -15,7 +15,7 @@
        </ui:define>
 
        <ui:define name="menu">
-               <widgets:outputMessageBox id="error-guest-forbidden" message="#{msg.USER_NOT_LOGGED_IN}" boxStyleClass="message-full" messageStyleClass="alert-danger" rendered="#{not userLoginController.isUserLoggedIn()}" />
+               <core:outputMessageBox id="error-guest-forbidden" message="#{msg.USER_NOT_LOGGED_IN}" boxStyleClass="message-full" messageStyleClass="alert-danger" rendered="#{not userLoginController.isUserLoggedIn()}" />
 
                <ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
                        <ui:include src="/WEB-INF/templates/login/user/user_menu.tpl" />