]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl
Updated copyright year
[jjobs-war.git] / web / WEB-INF / templates / admin / mobile / admin_mobile_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="errorHandlerAddMobile"
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.contactMobileNumber and not empty beanHelper.contact}">
17                 <ui:include src="/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl" />
18         </ui:fragment>
19
20         <core:outputAdminMobilePanelGrid
21                 mobileNumber="#{beanHelper.contact.contactMobileNumber}"
22                 rendered="#{not empty beanHelper.contact.contactMobileNumber and not empty beanHelper.contact}"
23                 />
24 </ui:composition>