]> git.mxchange.org Git - jfinancials-war.git/commitdiff
really no more cellphone ... :-/ Let's hope it.
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl
web/WEB-INF/templates/admin/mobile/admin_mobile_data.tpl
web/WEB-INF/templates/admin/mobile/admin_mobile_links.tpl
web/WEB-INF/templates/contact/form_contact_data.tpl
web/admin/mobile/admin_contact_mobile_list.xhtml

index 0a931c96af86695fa664657df9a15e9669b30fcd..b8027240537e9426f81c96f909773b0ec63a89af 100644 (file)
 
                        <div class="table_row">
                                <div class="table_left_medium">
-                                       <h:outputLabel for="mobileNumber" value="#{msg.ADMIN_PERSONAL_DATA_CELLPHONE_NUMBER}" />
+                                       <h:outputLabel for="mobileNumber" value="#{msg.ADMIN_PERSONAL_DATA_MOBILE_NUMBER}" />
                                </div>
 
                                <div class="table_right_medium">
index a5407b0f6e893ba24e6d72f0261b4ea4d507009c..6d1d35a7fa03fde6d6c13f9dcbfe417edbe71a8b 100644 (file)
@@ -5,21 +5,21 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
-       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty adminPhoneController.cellPhone}" />
+       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_BEAN_MOBILE_NUMBER_NOT_SET}" rendered="#{empty adminPhoneController.cellPhone}" />
 
-       <h:panelGrid id="mobile_data" summary="#{msg.ADMIN_TABLE_SUMMARY_SHOW_CELLPHONE_DATA}" headerClass="table_header_column" styleClass="table_big" columns="2" rendered="#{not empty adminPhoneController.cellPhone}">
+       <h:panelGrid id="mobile_data" summary="#{msg.ADMIN_TABLE_SUMMARY_SHOW_MOBILE_DATA}" headerClass="table_header_column" styleClass="table_big" columns="2" rendered="#{not empty adminPhoneController.cellPhone}">
                <f:facet name="header">
-                       <h:outputText value="#{msg.ADMIN_HEADER_SHOW_CELLPHONE_DATA}" />
+                       <h:outputText value="#{msg.ADMIN_HEADER_SHOW_MOBILE_DATA}" />
                </f:facet>
 
                <h:column>
-                       <h:outputLabel for="mobileId" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_ID}" />
+                       <h:outputLabel for="mobileId" styleClass="data_label" value="#{msg.ADMIN_SHOW_MOBILE_ID}" />
 
                        <h:outputText id="mobileId" styleClass="data_field" value="#{adminPhoneController.cellPhone.phoneId}" />
                </h:column>
 
                <h:column>
-                       <h:outputLabel for="mobileProvider" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_PROVIDER_NAME}" />
+                       <h:outputLabel for="mobileProvider" styleClass="data_label" value="#{msg.ADMIN_SHOW_MOBILE_PROVIDER_NAME}" />
 
                        <h:link outcome="admin_show_mobile_provider">
                                <f:param name="providerId" value="#{adminPhoneController.cellPhone.mobileProvider.providerId}" />
                </h:column>
 
                <h:column>
-                       <h:outputLabel for="mobileNumber" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_NUMBER_COMPLETE}" />
+                       <h:outputLabel for="mobileNumber" styleClass="data_label" value="#{msg.ADMIN_SHOW_MOBILE_NUMBER_COMPLETE}" />
 
                        <h:outputText id="mobileNumber" styleClass="data_field" value="#{adminPhoneController.cellPhone.mobileProvider.providerCountry.countryExternalDialPrefix}#{adminPhoneController.cellPhone.mobileProvider.providerDialPrefix}-#{adminPhoneController.cellPhone.phoneNumber}" />
                </h:column>
 
                <h:column>
-                       <h:outputLabel styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
+                       <h:outputLabel styleClass="data_label" value="#{msg.ADMIN_SHOW_MOBILE_LINKS}" />
 
                        <div class="data_field">
                                <ui:include src="/WEB-INF/templates/admin/mobile/admin_mobile_links.tpl">
index 00003dfe572c7312d8dd3eaceb78c80564ceffc8..324550e83e4cdd13e3ba3d425a16093e8c2dba45 100644 (file)
@@ -5,7 +5,7 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
-       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty adminPhoneController.cellPhone}" />
+       <h:outputText styleClass="errors" value="#{msg.ERROR_ADMIN_BEAN_MOBILE_NUMBER_NOT_SET}" rendered="#{empty adminPhoneController.cellPhone}" />
 
        <ui:fragment rendered="#{not empty adminPhoneController.cellPhone}">
                <ul class="mini_nav">
index 9c7656defd057d31ec359419db85c5a3814b8666..cfb0c081414c864743327e9c7223aa56db3d17b0 100644 (file)
 
                        <div class="table_row">
                                <div class="table_left">
-                                       <h:outputLabel for="mobileNumber" value="#{msg.PERSONAL_DATA_CELLPHONE_NUMBER}" />
+                                       <h:outputLabel for="mobileNumber" value="#{msg.PERSONAL_DATA_MOBILE_NUMBER}" />
                                </div>
 
                                <div class="table_right">
index 17b42720b836e9fea46b63126c77c8496e0c1c85..d4e1d24c42b7ff7173066b348f52b06c893198b2 100644 (file)
@@ -20,7 +20,7 @@
                        <h:dataTable id="table_list_mobiles" var="mobile" value="#{phoneController.allCellphones()}" styleClass="table_big" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_ADMIN_LIST_CELLPHONES}" rendered="#{not phoneController.allCellphones().isEmpty()}">
                                <h:column>
                                        <f:facet name="header">
-                                               <h:outputText value="#{msg.ADMIN_SHOW_CELLPHONE_ID}" />
+                                               <h:outputText value="#{msg.ADMIN_SHOW_MOBILE_ID}" />
                                        </f:facet>
                                </h:column>
                        </h:dataTable>