From 19a62026289f36733204648f32bd6ce557b2f305 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Apr 2017 02:10:33 +0200 Subject: [PATCH] renaming this was a bad idea anyway ... let's keep it generic as "USER" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../beans/helper/PizzaWebRequestHelper.java | 4 +-- web/WEB-INF/templates/admin/admin_menu.tpl | 2 +- .../admin/customer/admin_customer_links.tpl | 10 +++---- .../admin_form_customer_personal_data.tpl | 2 +- .../guest/user/guest_registration_form.tpl | 2 +- .../customer/admin_customer_delete.xhtml | 6 ++-- web/admin/customer/admin_customer_edit.xhtml | 14 ++++----- web/admin/customer/admin_customer_list.xhtml | 28 ++++++++--------- web/admin/customer/admin_customer_show.xhtml | 30 +++++++++---------- .../customer/admin_customer_unlock.xhtml | 4 +-- web/customer/checkout.xhtml | 6 ++-- web/customer/checkout_done.xhtml | 4 +-- web/customer/empty_basket.xhtml | 4 +-- 13 files changed, 58 insertions(+), 58 deletions(-) diff --git a/src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java b/src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java index c7ae4c30..f2857f9a 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java +++ b/src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java @@ -215,13 +215,13 @@ public class PizzaWebRequestHelper implements PizzaWebRequestController { // Check user first if (isUserContact && isCustomerContact) { // Is both - messageKey = "CONTACT_IS_USER_CUSTOMER"; //NOI18N + messageKey = "CONTACT_IS_USER_USER"; //NOI18N } else if (isUserContact) { // Only user messageKey = "CONTACT_IS_USER"; //NOI18N } else if (isCustomerContact) { // Only customer - messageKey = "CONTACT_IS_CUSTOMER"; //NOI18N + messageKey = "CONTACT_IS_USER"; //NOI18N } // Return message key diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl index 03c3d5f3..d4387c05 100644 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ b/web/WEB-INF/templates/admin/admin_menu.tpl @@ -21,7 +21,7 @@