]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/user/login_logout.xhtml
updated jar(s)
[jjobs-war.git] / web / user / login_logout.xhtml
index 3820f96cba9a42077b39228a5aa703afbc0f7c8a..4c8a651608b69e940e17990fa2c88a4669305b99 100644 (file)
@@ -16,7 +16,7 @@
 
                <ui:define name="content">
                        <h:form id="form_user_logout" rendered="#{userLoginController.isUserLoggedIn()}">
-                               <div class="table">
+                               <h:panelGroup styleClass="table" layout="block">
                                        <div class="table_header">
                                                <h:outputText value="#{msg.LOGIN_USER_LOGOUT_TITLE}" />
                                        </div>
                                        </div>
 
                                        <div class="table_footer">
-                                               <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
                                                <h:commandButton styleClass="submit" type="submit" action="#{userLoginController.doUserLogout()}" value="#{msg.BUTTON_USER_LOGOUT}" />
                                        </div>
-                               </div>
+                               </h:panelGroup>
                        </h:form>
 
                        <ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">