- swapped userName <-> userId
- use table_big better, looked really messy before
- added missing i18n strings (un-/locking user)
ADMIN_USER_MUST_CHANGE_PASSWORD=Soll der Benutzer sein Kennwort nach dem Einloggen selber \u00e4ndern?
ERROR_CANNOT_UN_LOCK_USER_ACCOUNT_UNCONFIRMED=Fehler: Kann das Benutzerkonto nicht sperren oder entsperren, da es noch nicht best\u00e4tigt ist.
ADMIN_USER_UNLOCK_REASON_REQUIRED=Bitte geben Sie einen aussagekr\u00e4ftigen Grund f\u00fcr die Account-Sperre ein.
+ADMIN_ENTER_USER_LOCK_REASON=Sperrgrund eingeben:
+ADMIN_UNLOCK_USER_TITLE=Benutzeraccount {0} ({1})
ADMIN_USER_MUST_CHANGE_PASSWORD=Should the user change his password after login?
ERROR_CANNOT_UN_LOCK_USER_ACCOUNT_UNCONFIRMED=Error: Cannot lock or unlock user account, it is still unconfirmed.
ADMIN_USER_UNLOCK_REASON_REQUIRED=Please provide a good reason why you want to lock this user's account.
+ADMIN_ENTER_USER_LOCK_REASON=Enter lock reason:
+ADMIN_UNLOCK_USER_TITLE=User account {0} ({1})
<h:outputText styleClass="errors" value="#{msg.ERROR_USER_ID_NOT_FOUND}" rendered="#{empty beanHelper.user}" />
<h:form id="form_admin_user_unlock" rendered="#{not empty beanHelper.user}">
- <div class="table">
+ <div class="table_big">
<div class="table_header">
<h:outputFormat value="#{msg.ADMIN_UNLOCK_USER_TITLE}">
- <f:param value="#{beanHelper.user.userId}" />
<f:param value="#{beanHelper.user.userName}" />
+ <f:param value="#{beanHelper.user.userId}" />
</h:outputFormat>
</div>