]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / landline / admin_landline_add_show.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:core="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         <core:outputMessageBox
10                 panelGroupId="errorHandlerAddLandLine"
11                 message="#{msg.ERROR_BEAN_HELPER_CONTACT_NOT_SET}"
12                 messageStyleClass="alert-danger"
13                 rendered="#{empty beanHelper.contact}"
14                 />
15
16         <ui:fragment rendered="#{empty beanHelper.contact.contactLandLineNumber and not empty beanHelper.contact}">
17                 <ui:include src="/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl" />
18         </ui:fragment>
19
20         <core:outputAdminLandLinePanelGrid
21                 landLineNumber="#{beanHelper.contact.contactLandLineNumber}"
22                 rendered="#{not empty beanHelper.contact.contactLandLineNumber and not empty beanHelper.contact}"
23                 />
24 </ui:composition>