]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 16 Aug 2016 10:25:14 +0000 (12:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 18:11:46 +0000 (20:11 +0200)
- also needs renaming (yes, renaming-season is not yet over ...)

web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl
web/admin/contact/admin_contact_export.xhtml
web/admin/mobile/admin_contact_mobile_unlink.xhtml
web/admin/user/admin_user_export.xhtml

index 76d703b06c3cb0cb35d6127013383cad96b0f9f3..82e5c6978ba05c8cb539f743c9f34266a6cf41cf 100644 (file)
@@ -7,11 +7,11 @@
 
        <h:outputText styleClass="errors" value="#{msg.ERROR_BEAN_HELPER_CONTACT_NOT_SET}" rendered="#{empty beanHelper.contact}" />
 
-       <ui:fragment rendered="#{empty beanHelper.contact.contactCellphoneNumber and not empty beanHelper.contact}">
+       <ui:fragment rendered="#{empty beanHelper.contact.contactMobileNumber and not empty beanHelper.contact}">
                <ui:include src="/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl" />
        </ui:fragment>
 
-       <ui:fragment rendered="#{not empty beanHelper.contact.contactCellphoneNumber and not empty beanHelper.contact}">
+       <ui:fragment rendered="#{not empty beanHelper.contact.contactMobileNumber and not empty beanHelper.contact}">
                <ui:include src="/WEB-INF/templates/admin/mobile/admin_mobile_data.tpl" />
        </ui:fragment>
 </ui:composition>
index 5421c06fee519935b7703b8cea6f03f768f9eb7c..f144a4e2b5af93d1735e768249f2913265afd0fd 100644 (file)
                                                        <h:outputText value="#{msg.ADMIN_EXPORT_CONTACT_MOBILE_NUMBER}" />
                                                </f:facet>
 
-                                               <h:outputText value="#{adminContactController.generateCellphoneNumber(contact.contactCellphoneNumber)}" />
+                                               <h:outputText value="#{adminContactController.generateCellphoneNumber(contact.contactMobileNumber)}" />
                                        </p:column>
 
                                        <p:column>
index beedcd7b0c29add7a5b8e11ef9f58a672fa5bee5..0da682c4971896579f4ad1d63df75811ddd22e78 100644 (file)
@@ -20,7 +20,7 @@
                </ui:define>
 
                <ui:define name="content">
-                       <h:form id="form_unlink_contact_mobile" rendered="#{not empty beanHelper.mobileNumber and not empty beanHelper.contact and beanHelper.contact.contactCellphoneNumber == beanHelper.mobileNumber}">
+                       <h:form id="form_unlink_contact_mobile" rendered="#{not empty beanHelper.mobileNumber and not empty beanHelper.contact and beanHelper.contact.contactMobileNumber == beanHelper.mobileNumber}">
                                <h:panelGroup styleClass="table" layout="block">
                                        <div class="table_header">
                                                <h:outputText value="#{msg.ADMIN_UNLINK_CONTACT_MOBILE_TITLE}" />
@@ -54,7 +54,7 @@
 
                        <h:outputText styleClass="errors" value="#{msg.ERROR_BEAN_HELPER_CONTACT_NOT_SET}" rendered="#{empty beanHelper.contact}" />
 
-                       <h:outputFormat styleClass="errors" value="#{msg.ERROR_MOBILE_CONTACT_NOT_LINKED}" rendered="#{not empty beanHelper.mobileNumber and not empty beanHelper.contact and beanHelper.contact.contactCellphoneNumber != beanHelper.mobileNumber}">
+                       <h:outputFormat styleClass="errors" value="#{msg.ERROR_MOBILE_CONTACT_NOT_LINKED}" rendered="#{not empty beanHelper.mobileNumber and not empty beanHelper.contact and beanHelper.contact.contactMobileNumber != beanHelper.mobileNumber}">
                                <f:param value="#{beanHelper.mobileNumber.phoneId}" />
                                <f:param value="#{beanHelper.contact.contactId}" />
                        </h:outputFormat>
index f9bc117db781ad3fa51e6dbb1be4edb8c3b8da34..b3e7d6ddb33c831eed0473953f1f395e73dc94e3 100644 (file)
                                                        <h:outputText value="#{msg.ADMIN_EXPORT_CONTACT_MOBILE_NUMBER}" />
                                                </f:facet>
 
-                                               <h:outputText value="#{adminContactController.generateCellphoneNumber(user.userContact.contactCellphoneNumber)}" />
+                                               <h:outputText value="#{adminContactController.generateCellphoneNumber(user.userContact.contactMobileNumber)}" />
                                        </p:column>
 
                                        <p:column>