From 1c1561542456031d36591a9e3d06e0d0a0db2c2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 31 Aug 2016 17:54:08 +0200 Subject: [PATCH] Please cherry-pick: - use single h:message for each field - fixed "for" attributes - used h:outputText MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../admin/country/admin_form_country_data.tpl | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl index 2bc243cc..521946fe 100644 --- a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl +++ b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
- #{msg.ADMIN_COUNTRY_DATA_MINIMUM_NOTICE} +
@@ -21,14 +21,18 @@
- - + +
+ + + +
@@ -45,6 +49,10 @@
+ + + +
@@ -59,6 +67,10 @@
+ + + +
@@ -74,28 +86,36 @@
+ + + +
- - + +
+ + + +
- - + + @@ -103,6 +123,10 @@
+ + + +
-- 2.39.5