]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 21:13:02 +0000 (23:13 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Oct 2022 21:13:55 +0000 (23:13 +0200)
- I don't know what maximum number is possible, e.g. +352 is Luxembourg which is
  far bigger than intended maximum 99. So let's put it up to 999

web/WEB-INF/templates/admin/country/admin_form_country_data.tpl

index 8cf9e48d615d164ad12febeeb9faf427b149c41f..980adb56c37217b7101152a15d8550aed33c21e1 100644 (file)
 
                                <div class="table-right-medium">
                                        <p:inputText id="countryPhoneCode" size="2" maxlength="6" value="#{adminCountryController.countryPhoneCode}" required="true" requiredMessage="#{msg.ADMIN_COUNTRY_PHONE_CODE_REQUIRED}">
-                                               <f:validateLongRange minimum="0" maximum="99" />
+                                               <f:validateLongRange minimum="0" maximum="999" />
                                        </p:inputText>
 
                                        <h:outputText styleClass="small notice" value="#{msg.ADMIN_ENTER_COUNTRY_PHONE_CODE_EXAMPLE}" />