]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/admin_logout.xhtml
Updated copyright year
[jjobs-war.git] / web / admin / admin_logout.xhtml
index 7f08038efd252f43ebb98992d113668acc593f8f..6fd0bf4fb62a79d85f2be90d81229abc4fa2d8b8 100644 (file)
@@ -17,7 +17,7 @@
        </ui:define>
 
        <ui:define name="content">
-               <h:form id="form-admin-logout">
+               <h:form>
                        <h:panelGroup styleClass="table" layout="block">
                                <div class="table-header">
                                        <h:outputText value="#{msg.ADMIN_LOGOUT_TITLE}" />
@@ -29,7 +29,6 @@
 
                                <p:panelGrid columns="2" layout="grid">
                                        <p:commandButton
-                                               process="@form"
                                                type="submit"
                                                action="#{userLoginController.doAdminLogout()}"
                                                value="#{msg.BUTTON_USER_LOGOUT}"