]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/user_resend_done.xhtml
Please cherry-pick:
[jjobs-war.git] / web / guest / user / user_resend_done.xhtml
index 917d14c24a7ecfb4a5deb983a7846f18e9370988..a0f18d0ff0ede68e9157db1fa40305d96ead8892 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl"
                                xmlns="http://www.w3.org/1999/xhtml"
-                               xmlns:generic="http://mxchange.org/jsf/core"
+                               xmlns:widgets="http://mxchange.org/jsf/core/widgets"
                                xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
                                xmlns:h="http://xmlns.jcp.org/jsf/html"
                                xmlns:f="http://xmlns.jcp.org/jsf/core">
@@ -15,6 +15,6 @@
        </ui:define>
 
        <ui:define name="content">
-               <generic:outputMessageBox message="#{msg.GUEST_USER_RESEND_LINK_COMPLETED}" />
+               <widgets:outputMessageBox id="guest-user-resend-link-completed" message="#{msg.GUEST_USER_RESEND_LINK_COMPLETED}" />
        </ui:define>
 </ui:composition>