]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 19 Aug 2016 08:55:02 +0000 (10:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 19:48:39 +0000 (21:48 +0200)
- opps, renamed to much ...

web/WEB-INF/templates/input_fields/fax_input_fields.tpl

index 99df50070c0ede806007609032afa685a8818431..0dd972a2a49c857a2dbd7a50bace4d5021542bb9 100644 (file)
@@ -9,7 +9,7 @@
                <h:selectOneMenu styleClass="select right_space" id="phoneCountry" value="#{targetController.phoneCountry}">
                        <f:converter converterId="CountryConverter" />
                        <f:selectItem itemValue="" itemLabel="#{msg.NONE_SELECTED}" />
-                       <f:selectItems value="#{countryController.allCountries()}" var="country" itemValue="#{country}" itemLabel="#{country.countryAbroadDialPrefix}#{country.phoneCountry}" />
+                       <f:selectItems value="#{countryController.allCountries()}" var="country" itemValue="#{country}" itemLabel="#{country.countryAbroadDialPrefix}#{country.countryPhoneCode}" />
                </h:selectOneMenu>
 
                <h:inputText styleClass="input right_space" id="faxAreaCode" size="5" maxlength="10" value="#{targetController.phoneAreaCode}">