Signed-off-by:Roland Häder <roland@mxchange.org>
<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}">