]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/lost_passwd.xhtml
Renamed controller method to doChangeItem() (naming convention)
[pizzaservice-war.git] / web / customer / lost_passwd.xhtml
index 3683f11166f1045ffc1ca7b3bdd7afb85ae0263a..ea81485f5e7a50b58923a22a9e70e9f584ac1e6b 100644 (file)
@@ -3,12 +3,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="title">#{msg.PAGE_TITLE_CUSTOMER_LOST_PASSWORD}</ui:define>
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_LOST_PASSWORD}</ui:define>
 
                <ui:define name="content_header">
                        #{msg.CONTENT_TITLE_CUSTOMER_LOST_PASSWORD}
@@ -63,9 +62,5 @@
                                </h:form>
                        </div>
                </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
-               </ui:define>
        </ui:composition>
 </html>