From 29727c00eeae1751325ddd8ddac443e7881bb513 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 12 Oct 2015 15:20:26 +0200 Subject: [PATCH] =?utf8?q?imported=20from=20addressbook-war=20Signed-off-b?= =?utf8?q?y:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../localization/bundle_de_DE.properties | 6 ++ .../localization/bundle_en_US.properties | 6 ++ .../templates/generic/form_personal_data.tpl | 62 ++++++++++++++----- .../templates/guest/guest_privacy_terms.tpl | 16 ++--- 4 files changed, 66 insertions(+), 24 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index ca1faca3..79f31cf5 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -185,3 +185,9 @@ TABLE_SUMMARY_ADMIN_CATEGORY=Diese Tabelle listet alle angelegten Artikelkategor TABLE_SUMMARY_SHOW_BASKET=Diese Tabelle listet die im Warenkorb befindlichen Artikel einfach auf. TABLE_SUMMARY_ADMIN_PRODUCTS=Diese Tabelle listet alle angelegten Produkte im Administrationsbereich auf. TABLE_SUMMARY_INDEX_PRODUCTS=Diese Tabelle listet alle verf\u00fcgbaren Produkte in der Eingangsseite auf. +GUEST_YES_READ_PRIVACY_STATEMENT_1=Ja, ich habe die +GUEST_YES_READ_PRIVACY_STATEMENT_2=gelesen und auch verstanden und nehme sie hiermit an. +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. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index a0c3ee5b..26e6fb95 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -185,3 +185,9 @@ TABLE_SUMMARY_ADMIN_CATEGORY=This table lists all in admin area created article TABLE_SUMMARY_SHOW_BASKET=This table lists all to the basket added articles. TABLE_SUMMARY_ADMIN_PRODUCTS=This table lists all in admin area created products. TABLE_SUMMARY_INDEX_PRODUCTS=This table lists all available products in index page. +GUEST_YES_READ_PRIVACY_STATEMENT_1=Yes, I have read and understand the +GUEST_YES_READ_PRIVACY_STATEMENT_2=and I accept them with this. +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 diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index 26da8c96..91fe1c7e 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -31,8 +31,8 @@
- - + +
@@ -45,8 +45,8 @@
- - + +
@@ -59,8 +59,8 @@
- - + +
@@ -73,7 +73,7 @@
- +
@@ -87,7 +87,7 @@
- +
@@ -99,8 +99,8 @@
- - + +
@@ -113,8 +113,9 @@
- - + + +
@@ -123,11 +124,22 @@
- +
- + + + + + + + + + + + +
@@ -139,7 +151,18 @@
- + + + + + + + + + + + +
@@ -151,7 +174,14 @@
- + + + + + + + +
diff --git a/web/WEB-INF/templates/guest/guest_privacy_terms.tpl b/web/WEB-INF/templates/guest/guest_privacy_terms.tpl index b9e8cd70..a582d9ab 100644 --- a/web/WEB-INF/templates/guest/guest_privacy_terms.tpl +++ b/web/WEB-INF/templates/guest/guest_privacy_terms.tpl @@ -12,14 +12,14 @@
- +
- - Ja, ich habe die gelesen und - auch verstanden. + #{msg.GUEST_YES_READ_PRIVACY_STATEMENT_1} + + #{msg.GUEST_YES_READ_PRIVACY_STATEMENT_2}
@@ -28,14 +28,14 @@
- +
- - Ja, ich habe die gelesen und - auch verstanden. + #{msg.GUEST_YES_READ_TERMS_CONDITIONS_1} + + #{msg.GUEST_YES_READ_TERMS_CONDITIONS_2}
-- 2.39.5