]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/user/login_add_addressbook.xhtml
Continued a bit: (please cherry-pick)
[addressbook-war.git] / web / user / login_add_addressbook.xhtml
index a3d17464bc386a4c3e2334f5256197f6dcc6bdab..aa953946a22720ffb22ec9fdaf0ae1c03f96af12 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_ADD_ADDRESSBOOK}</ui:define>
 
                <ui:define name="content_header">
@@ -44,7 +44,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>