]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/guest/user/guest_login_form.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / guest / user / guest_login_form.tpl
index 59511d9aca458e892342a0861b6a45b38735e85b..01c94d24cd96f97750c35e44ade70e98150ab506 100644 (file)
@@ -13,7 +13,7 @@
                                        <h:outputText value="#{msg.GUEST_ENTER_USER_LOGIN_DATA_TITLE}" />
                                </div>
 
-                               <fieldset class="fieldset" id="login_data">
+                               <fieldset class="fieldset">
                                        <legend title="#{msg.GUEST_ENTER_USER_LOGIN_DATA_LEGEND_TITLE}">
                                                <h:outputText value="#{msg.GUEST_ENTER_USER_LOGIN_DATA_LEGEND}" />
                                        </legend>
@@ -48,7 +48,7 @@
                                </fieldset>
 
                                <div class="table-footer">
-                                       <p:commandButton styleClass="reset divider-right" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                       <p:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
                                        <p:commandButton styleClass="submit" type="submit" action="#{userLoginController.doUserLogin()}" value="#{msg.BUTTON_USER_LOGIN}" />
                                </div>
                        </h:panelGroup>