]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/guest/guest_registration_form.tpl
removed recruiter stuff + re-added missing strings
[jjobs-war.git] / web / WEB-INF / templates / guest / guest_registration_form.tpl
index 73e5c5a0029be506d55d1e7e7fc896a90fac8f5a..10114a5dc1524e0e63e72f07da59e022ba922026 100644 (file)
 
                                        <div class="table_row">
                                                <div class="table_left">
-                                                       <h:outputLabel for="password1" value="#{msg.GUEST_REGISTRATION_ENTER_PASSWORD1}" />
+                                                       <h:outputLabel for="userPassword" value="#{msg.GUEST_REGISTRATION_ENTER_PASSWORD}" />
                                                </div>
 
                                                <div class="table_right">
-                                                       <h:inputSecret styleClass="input" id="password1" size="10" maxlength="255" value="#{userController.userPassword}" required="true" />
+                                                       <h:inputSecret styleClass="input" id="userPassword" size="10" maxlength="255" value="#{userController.userPassword}" required="true" />
                                                </div>
 
                                                <div class="clear"></div>
 
                                        <div class="table_row">
                                                <div class="table_left">
-                                                       <h:outputLabel for="password2" value="#{msg.GUEST_REGISTRATION_ENTER_PASSWORD2}" />
+                                                       <h:outputLabel for="userPasswordRepeat" value="#{msg.GUEST_REGISTRATION_ENTER_PASSWORD_REPEAT}" />
                                                </div>
 
                                                <div class="table_right">
-                                                       <h:inputSecret styleClass="input" id="password2" size="10" maxlength="255" value="#{userController.userPasswordRepeat}" required="true" />
+                                                       <h:inputSecret styleClass="input" id="userPasswordRepeat" size="10" maxlength="255" value="#{userController.userPasswordRepeat}" required="true" />
                                                </div>
 
                                                <div class="clear"></div>