]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / fax / admin_fax_add_show.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:widgets="http://mxchange.org/jsf/core/widgets"
5         xmlns:f="http://xmlns.jcp.org/jsf/core"
6         xmlns:h="http://xmlns.jcp.org/jsf/html"
7         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
8
9         <widgets:outputMessageBox message="#{msg.ERROR_BEAN_HELPER_CONTACT_NOT_SET}" styleClass="errors" rendered="#{empty beanHelper.contact}" />
10
11         <ui:fragment rendered="#{empty beanHelper.contact.contactFaxNumber and not empty beanHelper.contact}">
12                 <ui:include src="/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl" />
13         </ui:fragment>
14
15         <ui:fragment rendered="#{not empty beanHelper.contact.contactFaxNumber and not empty beanHelper.contact}">
16                 <ui:include src="/WEB-INF/templates/admin/fax/admin_fax_data.tpl" />
17         </ui:fragment>
18 </ui:composition>