]> git.mxchange.org Git - jjobs-war.git/commitdiff
other projects will have more than one login, not just users (doLogin)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/guest/recruiter/guest_login_form.tpl

index 2c16693d159ee2bd3d28c743d47358037bde1c06..7ae3ace4cf73fba258964b1ab3eb93275cf6145f 100644 (file)
@@ -8,7 +8,7 @@
                <h:form id="login_form">
                        <div class="table">
                                <div class="table_header">
-                                       #{msg.GUEST_ENTER_RECRUITER_LOGIN_DATA_TITLE}
+                                       <h:outputText value="#{msg.GUEST_ENTER_RECRUITER_LOGIN_DATA_TITLE}" />
                                </div>
 
                                <fieldset id="login_data">
@@ -41,7 +41,7 @@
 
                                <div class="table_footer">
                                        <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                       <h:commandButton styleClass="submit" type="submit" action="#{recruiterLoginController.doLogin()}" value="#{msg.BUTTON_RECRUITER_LOGIN}" />
+                                       <h:commandButton styleClass="submit" type="submit" action="#{recruiterLoginController.doUserLogin()}" value="#{msg.BUTTON_RECRUITER_LOGIN}" />
                                </div>
                        </div>
                </h:form>