]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / fax / admin_fax_add_show.tpl
index 0bc92a85e14493ca0ec0eae90b41853b61cde5f8..257f24045cb3429653baad9977bdfac7c03c84d3 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.contactLandLineNumber and not empty beanHelper.contact}">
-               <ui:include src="/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl" />
+       <ui:fragment rendered="#{empty beanHelper.contact.contactFaxNumber and not empty beanHelper.contact}">
+               <ui:include src="/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl" />
        </ui:fragment>
 
-       <ui:fragment rendered="#{not empty beanHelper.contact.contactLandLineNumber and not empty beanHelper.contact}">
-               <ui:include src="/WEB-INF/templates/admin/mobile/admin_mobile_data.tpl" />
+       <ui:fragment rendered="#{not empty beanHelper.contact.contactFaxNumber and not empty beanHelper.contact}">
+               <ui:include src="/WEB-INF/templates/admin/fax/admin_fax_data.tpl" />
        </ui:fragment>
 </ui:composition>