From 92c5da082910646b3f96c9af271cddd3ad9fb730 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 13 Oct 2015 12:04:38 +0200 Subject: [PATCH] =?utf8?q?addded=20validator=20messages=20Signed-off-by:Ro?= =?utf8?q?land=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/generic/form_personal_data.tpl | 8 +++++--- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 79f31cf5..044d3d83 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -191,3 +191,5 @@ GUEST_YES_READ_TERMS_CONDITIONS_1=Ja, ich habe die GUEST_YES_READ_TERMS_CONDITIONS_2=gelesen und verstanden und nehme sie hiermit an. TERMS_CONDITIONS=Allgemeine Gesch\u00e4ftsbestimmungen NONE_SELECTED=k.A. +ENTERED_HOUSE_NUMBER_INVALID=Die eingegebene Hausnummer ist ung\u00fcltig. +ENTERED_ZIP_CODE_INVALID=Die eingegebene Postleitzahl ist ung\u00fcltig. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 26e6fb95..5db85d58 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -191,3 +191,5 @@ GUEST_YES_READ_TERMS_CONDITIONS_1=Yes, I have read and understand the GUEST_YES_READ_TERMS_CONDITIONS_2=and I accept them with this. TERMS_CONDITIONS=Terms & Conditions NONE_SELECTED=Empty +ENTERED_HOUSE_NUMBER_INVALID=The entered house number is invalid. +ENTERED_ZIP_CODE_INVALID=The entered ZIP code is invalid. diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index 91fe1c7e..6b450621 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -73,8 +73,8 @@
- - + +
@@ -87,7 +87,9 @@
- + + +
-- 2.39.5