]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / resources / tags / table_rows / landline_input_table_row.tpl
index e1891b8273677285cf47cc0c0edcb43e673db61a..df8d6e651e36e7cc0b9fed7f6b121c169db9e9dd 100644 (file)
                        </div>
 
                        <div class="table-right-medium">
-                               <p:selectOneMenu styleClass="select divider-right" id="countryPhoneCode" value="#{targetController.landLineCountry}">
-                                       <f:converter converterId="CountryConverter" />
-                                       <f:selectItem itemValue="#{null}" itemLabel="#{msg.NONE_SELECTED}" />
-                                       <f:selectItems value="#{countryController.allCountries()}" var="country" itemValue="#{country}" itemLabel="#{country.countryAbroadDialPrefix}#{country.countryPhoneCode}" />
-                               </p:selectOneMenu>
+                               <widgets:outputCountrySelector id="landLineCountry" styleClass="select divider-right" value="#{targetController.landLineCountry}" />
 
                                <p:inputText styleClass="input divider-right" id="landLineAreaCode" size="5" maxlength="10" value="#{targetController.landLineAreaCode}">
                                        <f:validator validatorId="PhoneNumberValidator" />