]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/user/admin_user_unlock.xhtml
please copy a matching file from templates.dist and remove this dummy when you want...
[jjobs-war.git] / web / admin / user / admin_user_unlock.xhtml
index 95e4cca6389b65497eb55530451bf39ec6123fcf..d0cde138fc105d3d58d05ff711c296566f61826c 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
@@ -42,7 +43,7 @@
 
                                        <div class="para">
                                                <div class="table_data_label">
-                                                       <h:outputText value="#{msg.ADMIN_EXPORT_USER_ID}" />
+                                                       <h:outputText value="#{msg.ADMIN_SHOW_USER_ID}" />
                                                </div>
 
                                                <div class="table_data_field">
                                                </div>
                                        </div>
 
+                                       <div class="para">
+                                               <div class="table_data_label">
+                                                       <h:outputLabel for="userLastLocked" value="#{msg.ADMIN_USER_LAST_LOCKED}" />
+                                               </div>
+
+                                               <div class="table_data_field">
+                                                       <h:outputText id="userLastLocked" value="#{beanHelper.user.userLastLocked.time}">
+                                                               <f:convertDateTime for="userLastLocked" type="both" />
+                                                       </h:outputText>
+                                               </div>
+                                       </div>
+
                                        <div class="para">
                                                <div class="table_data_label">
                                                        <h:outputLabel for="userLockReason" value="#{msg.ADMIN_USER_LAST_LOCKED_REASON}" />
                                                </div>
 
                                                <div class="table_data_field">
-                                                       <h:outputText id="userLockReason" value="#{adminUserController.userLockReason}" />
+                                                       <h:outputText id="userLockReason" value="#{beanHelper.user.userLastLockedReason}" />
                                                </div>
                                        </div>