]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/admin/mobile/admin_form_mobile_data.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / mobile / admin_form_mobile_data.tpl
index 59e5b24fb0f83f1e2dcb47e2325832bb00456962..9524d06686afa5cbfbfc2fcd4879ae3014f596eb 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_BEAN_HELPER_MOBILE_NUMBER_NOT_SET}" rendered="#{empty beanHelper.cellPhoneNumber}" />
+       <h:outputText styleClass="errors" value="#{msg.ERROR_BEAN_HELPER_MOBILE_NUMBER_NOT_SET}" rendered="#{empty beanHelper.mobileNumber}" />
 
        <div class="para">
-               <fieldset class="fieldset" id="phone_data">
+               <fieldset class="fieldset" id="mobile_data">
                        <legend title="#{msg.ADMIN_MOBILE_DATA_LEGEND_TITLE}">
                                <h:outputText value="#{msg.ADMIN_MOBILE_DATA_LEGEND}" />
                        </legend>
 
                        <div class="table_row">
                                <div class="table_left_medium">
-                                       <h:outputLabel for="mobileNumberId" value="#{msg.ADMIN_SHOW_MOBILE_ID}" />
+                                       <h:outputLabel for="mobileNumberId" value="#{msg.ADMIN_SHOW_PHONE_ID}" />
                                </div>
 
                                <div class="table_right_medium">
-                                       <h:outputText id="mobileNumberId" value="#{beanHelper.cellPhoneNumber.phoneId}" />
+                                       <h:outputText id="mobileNumberId" value="#{beanHelper.mobileNumber.phoneId}" />
                                </div>
 
                                <div class="clear"></div>