]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/lost_passwd.xhtml
Please cherry-pick:
[jjobs-war.git] / web / guest / user / lost_passwd.xhtml
index 4bfc01c4cabb07a6b66688f0c8f7faf536eacb80..d7db1d1266827f04da321d69c8956cd501034c70 100644 (file)
@@ -8,17 +8,19 @@
          >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="guest_title">#{msg.PAGE_TITLE_USER_LOST_PASSWORD}</ui:define>
+               <ui:define name="guest_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_USER_LOST_PASSWORD}" />
+               </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_USER_LOST_PASSWORD}
+                       <h:outputText value="#{msg.CONTENT_TITLE_USER_LOST_PASSWORD}" />
                </ui:define>
 
                <ui:define name="content">
                        <ui:fragment rendered="#{featureController.isFeatureEnabled('user_name_required') and featureController.isFeatureEnabled('user_password_recovery')}">
                                <div class="para" id="user_lost_password_content">
                                        <h:form id="form_lost_password">
-                                               <div class="table">
+                                               <h:panelGroup styleClass="table" layout="block">
                                                        <div class="table_header">
                                                                <h:outputText value="#{msg.GUEST_LOST_PASSWORD_TITLE}" />
                                                        </div>
@@ -62,7 +64,7 @@
                                                                <h:commandButton styleClass="reset right_space" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
                                                                <h:commandButton styleClass="submit" type="submit" value="#{msg.BUTTON_CONTINUE_STEP_2}" action="#{passwordRecoveryController.doLostPasswordStep2()}" />
                                                        </div>
-                                               </div>
+                                               </h:panelGroup>
                                        </h:form>
                                </div>
                        </ui:fragment>