From 4594de3cf123c1559a8dbd2eb80d641f18d37f0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 2 May 2016 12:04:11 +0200 Subject: [PATCH] renamed converter to make them more clear (in JSF page) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- .../country/PizzaCountryConverter.java | 2 +- .../admin/contact/admin_form_contact_data.tpl | 58 ++++++++++--------- .../admin_form_mobile_provider.tpl | 2 +- .../templates/generic/form_personal_data.tpl | 6 +- 4 files changed, 36 insertions(+), 32 deletions(-) diff --git a/src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java b/src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java index 15db8b6e..0387a1c7 100644 --- a/src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java +++ b/src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java @@ -36,7 +36,7 @@ import org.mxchange.jcountry.data.CountrySingletonBeanRemote; *

* @author Roland Haeder */ -@FacesConverter (value = "country") +@FacesConverter (value = "CountryConverter") public class PizzaCountryConverter implements Converter { /** diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl index 8baf888e..b1c484b1 100644 --- a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -10,11 +10,11 @@ #{msg.ADMIN_CONTACT_PERSONAL_DATA_LEGEND}

-
+
-
+
@@ -24,35 +24,39 @@
-
+
-
- +
+ + +
-
+
-
- +
+ + +
-
+
-
+
@@ -60,11 +64,11 @@
-
+
-
+
@@ -74,11 +78,11 @@
-
+
-
+
@@ -88,11 +92,11 @@
-
+
-
+
@@ -100,12 +104,12 @@
-
+
-
- +
+ @@ -115,12 +119,12 @@
-
+
-
- +
+ @@ -138,12 +142,12 @@
-
+
-
- +
+ @@ -161,11 +165,11 @@
-
+
-
+
diff --git a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl index 086ab151..5858d1b1 100644 --- a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl +++ b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl @@ -59,7 +59,7 @@
- +
diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index 39ca0137..cd04d70a 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -117,7 +117,7 @@
- + @@ -132,7 +132,7 @@
- + @@ -155,7 +155,7 @@
- + -- 2.39.2