]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/register.xhtml
Renamed controller method to doChangeItem() (naming convention)
[pizzaservice-war.git] / web / customer / register.xhtml
index 2d91ead42c11b66cab5c3b0ab63aec607af0b39f..60451b144eff16f56ada134f61a87e14664e5fd8 100644 (file)
@@ -3,19 +3,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="title">#{msg.PAGE_TITLE_CUSTOMER_REGISTER}</ui:define>
-
-               <ui:define name="menu">
-                       <ui:include id="menu" class="guest_menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
-               </ui:define>
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_REGISTER}</ui:define>
 
                <ui:define name="content_header">
-                       #{msg.SUB_TITLE_CUSTOMER_REGISTER}
+                       #{msg.CONTENT_TITLE_CUSTOMER_REGISTER}
                </ui:define>
 
                <ui:define name="content">
@@ -27,9 +22,5 @@
                                <ui:include src="/WEB-INF/templates/guest/guest_registration_form.tpl" />
                        </div>
                </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
-               </ui:define>
        </ui:composition>
 </html>