</ui:fragment>
<ui:fragment rendered="#{empty cellphoneNumber and not empty contact}">
- <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_cellphone.tpl">
+ <ui:include src="/WEB-INF/templates/admin/cellphone/admin_form_contact_cellphone.tpl">
<ui:param name="contact" value="#{contact}" />
</ui:include>
</ui:fragment>
</h:column>
<h:column>
- <h:outputLabel for="cellphoneLinks" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
+ <h:outputLabel styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
<div class="data_field">
<ui:fragment rendered="#{not empty contact}">
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<ui:composition
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:f="http://xmlns.jcp.org/jsf/core"
+ xmlns:h="http://xmlns.jcp.org/jsf/html"
+ xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
+
+ <h:form id="add_contact_cellphone">
+ </h:form>
+</ui:composition>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" ?>
-<ui:composition
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:f="http://xmlns.jcp.org/jsf/core"
- xmlns:h="http://xmlns.jcp.org/jsf/html"
- xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
-
- <h:form id="add_contact_cellphone">
- </h:form>
-</ui:composition>