]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/resend_link.xhtml
Continued:
[jjobs-war.git] / web / guest / user / resend_link.xhtml
index 6d5c617360854cf06310b9543f903524e45c0b76..02d6c5cbe5aa697c49ebb3f716c5c69244208960 100644 (file)
@@ -17,7 +17,7 @@
 
                <ui:define name="content">
                        <ui:fragment rendered="#{registerController.isResendConfirmationLinkEnabled()}">
-                               <h:form id="resend_link_form">
+                               <h:form id="form_resend_link">
                                        <div class="table">
                                                <div class="table_header">
                                                        <h:outputText value="#{msg.GUEST_RESEND_LINK_TITLE}" />
@@ -49,7 +49,7 @@
 
                                                <div class="table_footer">
                                                        <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton styleClass="submit" type="submit" id="register" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{resendController.doResendLink()}" />
+                                                       <h:commandButton styleClass="submit" type="submit" id="resend_link" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{resendController.doResendLink()}" />
                                                </div>
                                        </div>
                                </h:form>