From 4acf42393b4fd329db828ceca23bbeb36e166a5d Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Mon, 12 Oct 2015 11:20:14 +0200
Subject: [PATCH] =?utf8?q?fixed=20template=20Signed-off-by:Roland=20H?=
 =?utf8?q?=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 web/WEB-INF/templates/generic/form_personal_data.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl
index 8dd416e1..9f415d1d 100644
--- a/web/WEB-INF/templates/generic/form_personal_data.tpl
+++ b/web/WEB-INF/templates/generic/form_personal_data.tpl
@@ -150,7 +150,7 @@
 
 				<div class="table_right">
 					<h:selectOneMenu class="select" id="faxCountryCode" value="#{userController.faxCountry}">
-						<f:selectItems value="#{country.allCountries()}" var="c" itemValue="#{c}" itemLabel="#{c.countryAbroadDialPrefix}#{c.countryPhoneCode}" />
+						<f:selectItems value="#{country.allCountries()}" var="c" itemValue="#{c}" itemLabel="#{c.country.countryAbroadDialPrefix}#{c.providerDialPrefix} (#{c.providerName})" />
 					</h:selectOneMenu>
 
 					<h:inputText class="input" id="faxAreaCode" size="5" maxlength="10" value="#{userController.faxAreaCode}">
-- 
2.39.5