]> git.mxchange.org Git - addressbook-war.git/commitdiff
fixed template
authorRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 09:20:14 +0000 (11:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 09:20:14 +0000 (11:20 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/templates/generic/form_personal_data.tpl

index 8dd416e1a3cea8d6fcf9ecf47c1fbf748b49f8cb..9f415d1d978cad0a5b6a58bc0f0c1bbe14a836e0 100644 (file)
 
                                <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}">