]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/checkout2.xhtml
added some http-only configuration to avoid common XSS
[pizzaservice-war.git] / web / customer / checkout2.xhtml
index c42be43fbb31b8a327f752eb6af57e8683501b05..8be46683ebe4cb65584735baeb562a47b7c11903 100644 (file)
@@ -9,12 +9,8 @@
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
                <ui:define name="guest_title">#{msg.PAGE_TITLE_INDEX_CHECKOUT2}</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="content_header">
-                       #{msg.SUB_TITLE_INDEX_CHECKOUT2}
+                       #{msg.CONTENT_TITLE_INDEX_CHECKOUT2}
                </ui:define>
 
                <ui:define name="content">
@@ -36,7 +32,7 @@
                                                                #{msg.GUEST_PAYMENT_WITHOUT_REGISTRATION_TITLE}
                                                        </div>
 
-                                                       <ui:include src="/WEB-INF/templates/guest/guest_personal_data.tpl" />
+                                                       <ui:include src="/WEB-INF/templates/generic/form_personal_data.tpl" />
 
                                                        <div class="para">
                                                                Derzeit ist nur eine Bezahlung gegen Rechnung möglich.
@@ -53,9 +49,5 @@
                                </div>
                        </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>