]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / user / admin_form_user_personal_data.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:include src="/WEB-INF/templates/admin/user/admin_form_user_data.tpl">
9                 <ui:param name="mode" value="add" />
10         </ui:include>
11
12         <div class="para notice">
13                 <h:outputText value="#{msg.ADMIN_USER_PERSONAL_DATA_MINIMUM_NOTICE}" />
14         </div>
15
16         <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl" />
17 </ui:composition>