]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 25 Aug 2016 12:44:30 +0000 (14:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 25 Aug 2016 18:35:09 +0000 (20:35 +0200)
- fixed component ids

web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl
web/WEB-INF/templates/contact/form_contact_data.tpl
web/admin/fax/admin_fax_list.xhtml

index 086d52c9133f4de9c0b413edd00224e7f5391853..b351539463fd0ab08697911e5ec97a7986f1586c 100644 (file)
                                        </h:selectOneMenu>
 
                                        <h:inputText styleClass="input right_space" id="landLineAreaCode" size="5" maxlength="10" value="#{adminContactController.landLineAreaCode}">
-                                               <f:validator for="phoneAreaCode" validatorId="PhoneNumberValidator" />
+                                               <f:validator for="landLineAreaCode" validatorId="PhoneNumberValidator" />
                                        </h:inputText>
 
                                        <h:inputText styleClass="input" id="landLineNumber" size="10" maxlength="20" value="#{adminContactController.landLineNumber}">
-                                               <f:validator for="phoneNumber" validatorId="PhoneNumberValidator" />
+                                               <f:validator for="landLineNumber" validatorId="PhoneNumberValidator" />
                                        </h:inputText>
                                </div>
 
index af42442fc760b5c889fcc991cf681e8c745227cf..f39c43f1974a790f5b92aaa32935b9745a7e7d11 100644 (file)
 
                        <div class="table_row">
                                <div class="table_left_medium">
-                                       <h:outputLabel for="phoneNumber" value="#{msg.PERSONAL_DATA_PHONE_NUMBER}" />
+                                       <h:outputLabel for="landLineNumber" value="#{msg.PERSONAL_DATA_PHONE_NUMBER}" />
                                </div>
 
                                <div class="table_right_medium">
index 2f621cc476ffa06ee3ccde27e2cca4de4ab1cac7..e6606f805efde6e80a13433f1df18f6dab011acc 100644 (file)
 
                                <h:column>
                                        <f:facet name="header">
-                                               <h:outputLabel for="phoneNumber" value="#{msg.ADMIN_SHOW_PHONE_NUMBER}" />
+                                               <h:outputLabel for="faxNumber" value="#{msg.ADMIN_SHOW_PHONE_NUMBER}" />
                                        </f:facet>
 
-                                       <h:outputText id="phoneNumber" value="#{faxNumber.phoneCountry.countryAbroadDialPrefix}#{faxNumber.phoneCountry.countryPhoneCode} (#{faxNumber.phoneAreaCode}) #{faxNumber.phoneNumber}" />
+                                       <h:outputText id="faxNumber" value="#{faxNumber.phoneCountry.countryAbroadDialPrefix}#{faxNumber.phoneCountry.countryPhoneCode} (#{faxNumber.phoneAreaCode}) #{faxNumber.phoneNumber}" />
                                </h:column>
 
                                <h:column>