From 544c9d105ce8f704b120e193915fd847599ed97f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 24 May 2016 12:41:12 +0200 Subject: [PATCH] added missing required messages for contact data --- .../mxchange/localization/bundle_de_DE.properties | 7 +++++++ .../mxchange/localization/bundle_en_US.properties | 7 +++++++ .../templates/contact/form_contact_data.tpl | 14 +++++++------- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 4c9957d4..e33bdf5b 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -571,3 +571,10 @@ ADMIN_EXPORT_CONTACT_CELLPHONE_NUMBER=Handynummer ADMIN_EXPORT_CONTACT_LANDLINE_NUMBER=Festnetznummer ADMIN_EXPORT_CONTACT_FAX_NUMBER=Faxnummer ADMIN_EXPORT_CONTACT_CREATED=Eintrag erstellt +GUEST_CONTACT_DATA_FIRST_NAME_REQUIRED=Bitte geben Sie Ihren Vornamen ein. +GUEST_CONTACT_DATA_FAMILY_NAME_REQUIRED=Bitte geben Sie Ihren Familiennamen ein. +GUEST_CONTACT_DATA_STREET_REQUIRED=Bitte geben Sie die Stra\u00dfe ohne Hausnummer ein. +GUEST_CONTACT_DATA_HOUSE_NUMBER_REQUIRED=Bitte geben Sie die Hausnummer ohne Zusatz ein. +GUEST_CONTACT_DATA_ZIP_CODE_REQUIRED=Bitte geben Sie Ihre Postleitzahl ein. +GUEST_CONTACT_DATA_CITY_REQUIRED=Bitte geben Sie Ihren Wohnort ein. +GUEST_CONTACT_DATA_BIRTHDAY_REQUIRED=Bitte geben Sie Ihr Geburtsdatum ein. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index b4dff696..95008aa4 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -569,3 +569,10 @@ ADMIN_EXPORT_CONTACT_CELLPHONE_NUMBER=Cellphone number ADMIN_EXPORT_CONTACT_LANDLINE_NUMBER=Land-line number ADMIN_EXPORT_CONTACT_FAX_NUMBER=Fax number ADMIN_EXPORT_CONTACT_CREATED=Entry created +GUEST_CONTACT_DATA_FIRST_NAME_REQUIRED=Please enter your first name. +GUEST_CONTACT_DATA_FAMILY_NAME_REQUIRED=Please enter your family name. +GUEST_CONTACT_DATA_STREET_REQUIRED=Please enter your street without house number. +GUEST_CONTACT_DATA_HOUSE_NUMBER_REQUIRED=Please enter your house number without extension, +GUEST_CONTACT_DATA_ZIP_CODE_REQUIRED=Please enter your ZIP code. +GUEST_CONTACT_DATA_CITY_REQUIRED=Please enter your city. +GUEST_CONTACT_DATA_BIRTHDAY_REQUIRED=Please enter your birthday. diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index 6614b330..a76da6d8 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -34,7 +34,7 @@
- +
@@ -50,7 +50,7 @@
- +
@@ -66,7 +66,7 @@
- +
@@ -82,7 +82,7 @@
- +
@@ -98,7 +98,7 @@
- +
@@ -114,7 +114,7 @@
- +
@@ -130,7 +130,7 @@
- +
-- 2.39.5