]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/user/login_edit_user_data.xhtml
Continued generally:
[pizzaservice-war.git] / web / user / login_edit_user_data.xhtml
index 261571cb7b2a128fa0a7999f435b017aff947190..f65e87c01082b282de98cee19d4eb917ee4ac9f2 100644 (file)
@@ -8,7 +8,7 @@
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
-       <ui:composition template="/WEB-INF/templates/login/login_base.tpl">
+       <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
                <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_EDIT_USER_DATA}</ui:define>
 
                <ui:define name="content_header">
@@ -43,7 +43,7 @@
                        </ui:fragment>
 
                        <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
-                               <ui:include id="login_only" src="/WEB-INF/templates/generic/user_not_logged_in.tpl" />
+                               <ui:include src="/WEB-INF/templates/user/user_not_logged_in.tpl" />
                        </ui:fragment>
                </ui:define>
        </ui:composition>