]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/user_resend_link.xhtml
Please cherry-pick:
[jjobs-war.git] / web / guest / user / user_resend_link.xhtml
index faf4f2b7ec75eb216a96f978260737a9c5b8722c..69f7ae529830d2b8127959efbd8ad657b38bfad4 100644 (file)
                                        <h:outputText value="#{msg.GUEST_RESEND_LINK_TITLE}" />
                                </div>
 
-                               <fieldset class="fieldset" id="email_address_notice">
+                               <fieldset class="fieldset">
                                        <legend title="#{msg.RESEND_CONFIRMATION_LINK_LEGEND_TITLE}">
                                                <h:outputText value="#{msg.RESEND_CONFIRMATION_LINK_LEGEND}" />
                                        </legend>
 
                                        <h:panelGroup styleClass="table-row" layout="block">
                                                <div class="table-left">
-                                                       <p:outputLabel for="resendEmailAddress" value="#{msg.GUEST_RESEND_LINK_ENTER_EMAIL_ADDRESS}" />
+                                                       <p:outputLabel for="emailAddress" value="#{msg.GUEST_RESEND_LINK_ENTER_EMAIL_ADDRESS}" />
                                                </div>
 
                                                <div class="table-right">
-                                                       <p:inputText styleClass="input" id="resendEmailAddress" size="20" maxlength="255" value="#{userResendConfirmationController.emailAddress}" required="true" requiredMessage="#{msg.EMAIL_ADDRESS_NOT_ENTERED}">
+                                                       <p:inputText styleClass="input" id="emailAddress" size="20" maxlength="255" value="#{userResendConfirmationController.emailAddress}" required="true" requiredMessage="#{msg.EMAIL_ADDRESS_NOT_ENTERED}">
                                                                <f:validator validatorId="EmailAddressValidator" />
                                                        </p:inputText>
                                                </div>
@@ -43,7 +43,7 @@
                                </fieldset>
 
                                <h:panelGroup styleClass="error-container" layout="block">
-                                       <p:message for="resendEmailAddress" />
+                                       <p:message for="emailAddress" />
                                </h:panelGroup>
 
                                <h:panelGroup styleClass="table-row" layout="block">
@@ -52,7 +52,7 @@
 
                                <div class="table-footer">
                                        <p:commandButton styleClass="reset divider-right" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                       <p:commandButton styleClass="submit" type="submit" id="button_resend_link" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{userResendConfirmationController.doResendLink()}" />
+                                       <p:commandButton styleClass="submit" type="submit" id="submit_resend_link" value="#{msg.BUTTON_RESEND_CONFIRMATION_LINK}" action="#{userResendConfirmationController.doResendLink()}" />
                                </div>
                        </h:panelGroup>
                </h:form>