]> 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 53a409c7b0e463452b465366b317dd925523cf1b..8be46683ebe4cb65584735baeb562a47b7c11903 100644 (file)
@@ -32,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.
@@ -49,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>