From: Roland Haeder Date: Wed, 16 Sep 2015 13:08:26 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=75f17a7acea4a2981480723b7ae484a44553444c;p=pizzaservice-war.git Continued: - added "checkout_done.xhtml" + navgiation target (still some are missing) - updated jars Signed-off-by:Roland Häder --- diff --git a/lib/jcore.jar b/lib/jcore.jar index a56fe629..4426c96e 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar index 4a925a98..a083ae73 100644 Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ diff --git a/lib/jshop-ee-lib.jar b/lib/jshop-ee-lib.jar index 1a0b0d99..a0c17fe7 100644 Binary files a/lib/jshop-ee-lib.jar and b/lib/jshop-ee-lib.jar differ diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index e3ad7439..d12139ef 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -160,3 +160,5 @@ PAGE_TITLE_INDEX_PRIVACY=Datenschutzbestimmungen SUB_TITLE_INDEX_PRIVACY=Datenschutzbestimmungen: ADMIN_MENU_MAIN_TITLE=Hauptauswahl ADMIN_MENU_LOGOUT_TITLE=Ausloggen +PAGE_TITLE_CUSTOMER_CHECKOUT_DONE=Bestellvorgang abgeschlossen +SUB_TITLE_CUSTOMER_CHECKOUT_DONE=Der Bestellvorgang ist abgeschlossen: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index eeb3d545..6c1cea91 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -158,3 +158,5 @@ PAGE_TITLE_INDEX_PRIVACY=Privacy SUB_TITLE_INDEX_PRIVACY=Privacy: ADMIN_MENU_MAIN_TITLE=Main ADMIN_MENU_LOGOUT_TITLE=Logout +PAGE_TITLE_CUSTOMER_CHECKOUT_DONE=Checkout done +SUB_TITLE_CUSTOMER_CHECKOUT_DONE=The checkout is completed: diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 7296fdad..762c4d9b 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -91,4 +91,11 @@ /item_added.xhtml + + /customer/checkout2.xhtml + + checkout_done + /customer/checkout_done.xhtml.xhtml + + diff --git a/web/customer/checkout_done.xhtml b/web/customer/checkout_done.xhtml new file mode 100644 index 00000000..16460f55 --- /dev/null +++ b/web/customer/checkout_done.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_CUSTOMER_CHECKOUT_DONE} + + + + + + + #{msg.SUB_TITLE_CUSTOMER_CHECKOUT_DONE} + + + + TODO: Noch offen + + + + + + +