]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/user/admin_user_unlock.xhtml
Updated jar(s)
[jjobs-war.git] / web / admin / user / admin_user_unlock.xhtml
index cfe6cc37c19f9aefd92020b9cf8ada547ed8cb03..3cee469f7a1477111fb3635782803d0104ccfcfd 100644 (file)
@@ -27,7 +27,7 @@
        <ui:define name="content">
                <core:outputMessageBox panelGroupId="errorHandlerUnlockUser" message="#{msg.ERROR_USER_NOT_FOUND}" messageStyleClass="alert-danger" rendered="#{empty beanHelper.user}" />
 
-               <h:form id="form-admin-user-unlock" rendered="#{not empty beanHelper.user and beanHelper.user.userAccountStatus == 'LOCKED'}">
+               <h:form rendered="#{not empty beanHelper.user and beanHelper.user.userAccountStatus == 'LOCKED'}">
                        <h:panelGroup layout="block">
                                <div class="table-header">
                                        <h:outputFormat value="#{msg.ADMIN_UNLOCK_USER_TITLE}">
                                        </div>
 
                                        <div class="table-data-field">
-                                               <p:link outcome="admin_show_user" title="#{msg.ADMIN_LINK_SHOW_USER_TITLE}" value="#{beanHelper.user.userId}">
+                                               <p:link
+                                                       outcome="admin_show_user"
+                                                       title="#{msg.ADMIN_LINK_SHOW_USER_TITLE}"
+                                                       value="#{beanHelper.user.userId}"
+                                                       >
                                                        <f:param name="userId" value="#{beanHelper.user.userId}" />
                                                </p:link>
                                        </div>
                                                />
 
                                        <p:commandButton
-                                               process="@form"
                                                type="submit"
                                                action="#{adminUserController.unlockUserAccount()}"
                                                value="#{msg.BUTTON_ADMIN_UNLOCK_USER_ACCOUNT}"