From d27338b0719e01b269084ec73c8b8f6bff9d37dc Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 16 Sep 2015 15:32:16 +0200 Subject: [PATCH] =?utf8?q?Added=20new=20page=20+=20translations=20+=20navi?= =?utf8?q?gation=20case=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../localization/bundle_de_DE.properties | 2 ++ .../localization/bundle_en_US.properties | 2 ++ web/WEB-INF/faces-config.xml | 4 +++ web/customer/empty_basket.xhtml | 28 +++++++++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 web/customer/empty_basket.xhtml diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index d12139ef..f9c02939 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -162,3 +162,5 @@ 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: +PAGE_TITLE_CUSTOMER_EMPTY_BASKET=Leerer Warenkorb! +SUB_TITLE_CUSTOMER_EMPTY_BASKET=Sie haben keine Artikel zum Warenkorb hinzugef\u00fcgt: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 6c1cea91..5a5ba93f 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -160,3 +160,5 @@ 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: +PAGE_TITLE_CUSTOMER_EMPTY_BASKET=Empty basket! +SUB_TITLE_CUSTOMER_EMPTY_BASKET=You have no products added to basket: diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 762c4d9b..118bd9ea 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -97,5 +97,9 @@ checkout_done /customer/checkout_done.xhtml.xhtml + + empty_basket + /customer/empty_basket.xhtml + diff --git a/web/customer/empty_basket.xhtml b/web/customer/empty_basket.xhtml new file mode 100644 index 00000000..35aa0821 --- /dev/null +++ b/web/customer/empty_basket.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_CUSTOMER_EMPTY_BASKET} + + + + + + + #{msg.SUB_TITLE_CUSTOMER_EMPTY_BASKET} + + + + Here goes your content. + + + + + + + -- 2.39.5