From fee5d31a7ea0232d185b379fe7342778a6f663de Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 12 Oct 2015 11:37:27 +0200 Subject: [PATCH] =?utf8?q?added=20NONE=5FSELECTED=20choice=20+=20possible?= =?utf8?q?=20fix=3F=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../mxchange/localization/bundle_de_DE.properties | 1 + .../mxchange/localization/bundle_en_US.properties | 1 + .../templates/generic/form_personal_data.tpl | 14 +++++++++----- .../templates/generic/gender_selection_box.tpl | 1 + 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index e533470f..3267f44b 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -170,3 +170,4 @@ LOGIN_ENTER_ADDRESSBOOK_NAME_TITLE=Vergeben Sie hier einen Name fuer Ihr Adressb BUTTON_LOGIN_ADD_ADDRESSBOOK=Adressbuch anlegen LOGIN_ENTER_ADDRESSBOOK_NAME=Names des Adressbuches: COUNTRY_GERMANY=Deutschland +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 1bc2d555..d03c7a55 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -170,3 +170,4 @@ LOGIN_ENTER_ADDRESSBOOK_NAME_TITLE=Here you can give your address book a name. E BUTTON_LOGIN_ADD_ADDRESSBOOK=Create address book LOGIN_ENTER_ADDRESSBOOK_NAME=Name of address book: COUNTRY_GERMANY=Germany +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 4eacc4ac..da0c1ca5 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -114,6 +114,7 @@
+
@@ -128,14 +129,15 @@
+ - + - +
@@ -150,14 +152,15 @@
+ - + - +
@@ -172,10 +175,11 @@
+ - +
diff --git a/web/WEB-INF/templates/generic/gender_selection_box.tpl b/web/WEB-INF/templates/generic/gender_selection_box.tpl index 43cde467..cbe55b02 100644 --- a/web/WEB-INF/templates/generic/gender_selection_box.tpl +++ b/web/WEB-INF/templates/generic/gender_selection_box.tpl @@ -6,6 +6,7 @@ xmlns:ui="http://java.sun.com/jsf/facelets"> + -- 2.39.5