]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/input_fields/mobile_input_fields.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / input_fields / mobile_input_fields.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7
8         <ui:fragment rendered="#{empty targetController}">
9                 <ui:include src="/WEB-INF/templates/messages/message_box.tpl">
10                         <ui:param name="message" value="#{msg.ERROR_PARAMETER_TARGET_CONTROLLER_NOT_SET}" />
11                         <ui:param name="styleClass" value="errors" />
12                 </ui:include>
13         </ui:fragment>
14
15         <ui:fragment rendered="#{not empty targetController}">
16                 <ui:include src="/WEB-INF/templates/selection_boxes/mobile_selection_box.tpl">
17                         <ui:param name="targetController" value="#{adminContactController}" />
18                 </ui:include>
19         </ui:fragment>
20 </ui:composition>