From: Roland Haeder Date: Sun, 17 Apr 2016 16:54:13 +0000 (+0200) Subject: need to add language stuff in every page. :-( Maybe one day there is a better solutio... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b163813d9e2584bdf2af3acd1fa85d4545bc7a4;p=pizzaservice-war.git need to add language stuff in every page. :-( Maybe one day there is a better solution (project-specific files) --- diff --git a/web/WEB-INF/templates.dist/admin_page.xhtml b/web/WEB-INF/templates.dist/admin_page.xhtml index 569510fe..d15b7471 100644 --- a/web/WEB-INF/templates.dist/admin_page.xhtml +++ b/web/WEB-INF/templates.dist/admin_page.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_FOO} diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml index cc7f87e1..90cd4486 100644 --- a/web/WEB-INF/templates.dist/guest_login_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml @@ -1,10 +1,13 @@ - + #{msg.PAGE_TITLE_INDEX_FOO} diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml index e8f4fa13..6fd0062b 100644 --- a/web/WEB-INF/templates.dist/guest_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_page.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_INDEX_FOO} diff --git a/web/admin/category/admin_category_delete.xhtml b/web/admin/category/admin_category_delete.xhtml index f6239318..54d0d985 100644 --- a/web/admin/category/admin_category_delete.xhtml +++ b/web/admin/category/admin_category_delete.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_DELETE_CATEGORY} diff --git a/web/admin/category/admin_category_edit.xhtml b/web/admin/category/admin_category_edit.xhtml index 4bbf69a0..deef27cc 100644 --- a/web/admin/category/admin_category_edit.xhtml +++ b/web/admin/category/admin_category_edit.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_EDIT_CATEGORY} diff --git a/web/admin/category/admin_category_list.xhtml b/web/admin/category/admin_category_list.xhtml index 926bab6f..42a6147c 100644 --- a/web/admin/category/admin_category_list.xhtml +++ b/web/admin/category/admin_category_list.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_CATEGORIES} diff --git a/web/admin/product/admin_product_delete.xhtml b/web/admin/product/admin_product_delete.xhtml index f2eaed2d..4e9efd6f 100644 --- a/web/admin/product/admin_product_delete.xhtml +++ b/web/admin/product/admin_product_delete.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_DELETE_PRODUCT} diff --git a/web/admin/product/admin_product_edit.xhtml b/web/admin/product/admin_product_edit.xhtml index 6ef494f8..8382df8f 100644 --- a/web/admin/product/admin_product_edit.xhtml +++ b/web/admin/product/admin_product_edit.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_EDIT_PRODUCT} diff --git a/web/admin/product/admin_product_list.xhtml b/web/admin/product/admin_product_list.xhtml index 11588dee..721533b9 100644 --- a/web/admin/product/admin_product_list.xhtml +++ b/web/admin/product/admin_product_list.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_ADMIN_PRODUCTS} diff --git a/web/basket.xhtml b/web/basket.xhtml index 529270d0..18ff0d87 100644 --- a/web/basket.xhtml +++ b/web/basket.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_INDEX_SHOW_BASKET} diff --git a/web/customer/checkout.xhtml b/web/customer/checkout.xhtml index 968753e4..000b6dae 100644 --- a/web/customer/checkout.xhtml +++ b/web/customer/checkout.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_CUSTOMER_CHECKOUT} diff --git a/web/customer/checkout2.xhtml b/web/customer/checkout2.xhtml index 8be46683..8b009b04 100644 --- a/web/customer/checkout2.xhtml +++ b/web/customer/checkout2.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_INDEX_CHECKOUT2} diff --git a/web/customer/checkout_done.xhtml b/web/customer/checkout_done.xhtml index 0a40ae2b..08d2c3bc 100644 --- a/web/customer/checkout_done.xhtml +++ b/web/customer/checkout_done.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_CUSTOMER_CHECKOUT_DONE} diff --git a/web/customer/empty_basket.xhtml b/web/customer/empty_basket.xhtml index 479838cc..7402f7bd 100644 --- a/web/customer/empty_basket.xhtml +++ b/web/customer/empty_basket.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_CUSTOMER_EMPTY_BASKET} diff --git a/web/customer/login.xhtml b/web/customer/login.xhtml index 0f3bf127..45a0f97a 100644 --- a/web/customer/login.xhtml +++ b/web/customer/login.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_CUSTOMER_LOGIN} diff --git a/web/customer/lost_passwd.xhtml b/web/customer/lost_passwd.xhtml index cda9f20b..ad9540d7 100644 --- a/web/customer/lost_passwd.xhtml +++ b/web/customer/lost_passwd.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_USER_LOST_PASSWORD} diff --git a/web/customer/register.xhtml b/web/customer/register.xhtml index 60451b14..67e771a2 100644 --- a/web/customer/register.xhtml +++ b/web/customer/register.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_CUSTOMER_REGISTER} diff --git a/web/item_added.xhtml b/web/item_added.xhtml index cc01792e..5c568832 100644 --- a/web/item_added.xhtml +++ b/web/item_added.xhtml @@ -1,10 +1,12 @@ - + #{msg.PAGE_TITLE_INDEX_ITEM_ADDED}