]> git.mxchange.org Git - pizzaservice-war.git/blob - web/guest/user/user_resend_done.xhtml
Updated copyright year
[pizzaservice-war.git] / web / guest / user / user_resend_done.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         template="/WEB-INF/templates/guest/guest_base.tpl"
4         xmlns="http://www.w3.org/1999/xhtml"
5         xmlns:core="http://mxchange.org/jsf/core/widgets"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7         xmlns:h="http://xmlns.jcp.org/jsf/html"
8         >
9
10         <ui:define name="document_guest_title">
11                 <h:outputText value="#{msg.PAGE_TITLE_USER_RESEND_DONE}" />
12         </ui:define>
13
14         <ui:define name="content_header">
15                 <h:outputText value="#{msg.CONTENT_TITLE_USER_RESEND_DONE}" />
16         </ui:define>
17
18         <ui:define name="content">
19                 <core:outputMessageBox
20                         panelGroupId="guest-user-resend-link-completed"
21                         message="#{msg.GUEST_USER_RESEND_LINK_COMPLETED}"
22                         />
23         </ui:define>
24 </ui:composition>