]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/checkout.xhtml
removed navdata as it will be regenerated and ignored it as it always caused merge...
[pizzaservice-war.git] / web / customer / checkout.xhtml
index 88ed1fabf8344583e5a5f4ba15b0bf8e95c6cbf4..ec46f3c81c0cb9c52f2458fd7ad55027717eb3c0 100644 (file)
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<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:f="http://xmlns.jcp.org/jsf/core"
-         >
+<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"
+       >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
                <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_CHECKOUT}</ui:define>
 
                        <div class="checkout_outer">
                                <div class="checkout_title">
-                                       Sie haben drei Möglichkeiten zur Auswahl:
+                                       #{msg.CONTENT_TITLE_CUSTOMER_CHECKOUT}
                                </div>
 
                                <div class="checkout_options">
                                        <ul>
                                                <li>
                                                        <div class="checkout_option_title">
-                                                               Ein bestehenden Kundenkonto verwenden
+                                                               #{msg.CUSTOMER_CHECKOUT_OPTION1_TITLE}
                                                        </div>
 
                                                        <div class="checkout_option_content">
@@ -41,7 +43,7 @@
 
                                                <li>
                                                        <div class="checkout_option_title">
-                                                               Neues Kundenkonto erstellen
+                                                               #{msg.CUSTOMER_CHECKOUT_OPTION2_TITLE}
                                                        </div>
 
                                                        <div class="checkout_option_content">
@@ -53,7 +55,7 @@
 
                                                <li>
                                                        <div class="checkout_option_title">
-                                                               Ohne Anmeldung bezahlen
+                                                               #{msg.CUSTOMER_CHECKOUT_OPTION3_TITLE}
                                                        </div>
 
                                                        <div class="checkout_option_content">