From 141a2797755b69f2a56ee396d30fe995f1a1cc32 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 11 Sep 2015 17:00:16 +0200 Subject: [PATCH] =?utf8?q?Added=20messages=20for=20login=20form.=20Signed-?= =?utf8?q?off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../org/mxchange/localization/bundle_de_DE.properties | 2 ++ .../org/mxchange/localization/bundle_en_US.properties | 2 ++ web/WEB-INF/templates/guest/guest_login_form.tpl | 8 ++++---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 97e888d7..ab603346 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -31,3 +31,5 @@ CATEGORY_MUST_BE_SELECTED=Es muss eine Kategorie ausgewaehlt werden. ERROR_AMOUNT_IS_NULL=Die Bestellmenge ist nicht gesetzt. BUTTON_TITLE_ADD_ITEM_TO_BASKET=F\u00fcgt das Produkt dem Warenkorb hinzu. INPUT_TITLE_ENTER_ITEM_AMOUNT=Geben Sie hier die Bestellmenge ein. +NO_EMAIL_ADDRESS_ENTERED=Sie haben keine EMail-Adresse eingegeben. +NO_PASSWORD_ENTERED=Sie haben kein Passwort eingegeben. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 0b039d7e..b465711a 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -29,3 +29,5 @@ CATEGORY_MUST_BE_SELECTED=You have to select a category. ERROR_AMOUNT_IS_NULL=Order amount is not set. BUTTON_TITLE_ADD_ITEM_TO_BASKET=Adds the product to the basket. INPUT_TITLE_ENTER_ITEM_AMOUNT=Enter order amount here. +NO_EMAIL_ADDRESS_ENTERED=You have entered no email address. +NO_PASSWORD_ENTERED=You have entered no password. diff --git a/web/WEB-INF/templates/guest/guest_login_form.tpl b/web/WEB-INF/templates/guest/guest_login_form.tpl index a0a719bd..0f3a6f60 100644 --- a/web/WEB-INF/templates/guest/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/guest_login_form.tpl @@ -11,15 +11,15 @@
- Bitte Daten eingeben: + Bitte Daten eingeben:
- +
- +
@@ -31,7 +31,7 @@
- +
-- 2.39.5