]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/guest/user/register.xhtml
moved template to proper place (cherry-pick this)
[pizzaservice-war.git] / web / guest / user / register.xhtml
index 0fece067541556805ef8103f5134f5ba6a72ecd1..ab0f910484e5148e4601aefb37a4dc9b663d52d9 100644 (file)
@@ -3,25 +3,27 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
-       xmlns:h="http://xmlns.jcp.org/jsf/html"
-       xmlns:f="http://xmlns.jcp.org/jsf/core"
-       >
+         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_REGISTER}</ui:define>
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_USER_REGISTER}</ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_CUSTOMER_REGISTER}
+                       #{msg.CONTENT_TITLE_USER_REGISTER}
                </ui:define>
 
                <ui:define name="content">
                        <div class="para">
-                               Sie sind bereits Kunde? Dann <h:link outcome="customer_login" value="hier" /> einloggen.
+                               #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_1}
+                               <h:link outcome="user_login" value="#{msg.CLICK_HERE}" />
+                               #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_2}
                        </div>
 
                        <div class="registration_form">
-                               <ui:include src="/WEB-INF/templates/guest/guest_registration_form.tpl" />
+                               <ui:include src="/WEB-INF/templates/guest/user/guest_registration_form.tpl" />
                        </div>
                </ui:define>
        </ui:composition>