From: Roland Haeder Date: Wed, 14 Oct 2015 12:45:03 +0000 (+0200) Subject: added more stuff for user list + updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4240a2386efda806b44760563db4e4eab42282b9;p=addressbook-war.git added more stuff for user list + updated jar(s) Signed-off-by:Roland Häder --- diff --git a/lib/juser-core.jar b/lib/juser-core.jar index 96e685b2..a260e34b 100644 Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 89344e29..6ed629a0 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -206,3 +206,10 @@ PUBLIC_USER_PROFILE_FLAG=Soll Ihr Profil im Internet einsehbar sein? PUBLIC_USER_PROFILE_NOT_CHOOSEN_MESSAGE=Bitte w\u00e4hlen Sie aus, ob Ihr Profil im Internet sichtbar sein soll. PUBLIC_PROFILE_ENABLED=Ist sichtbar PUBLIC_PROFILE_DISABLED=Ist nicht sichtbar +USER_ID=Benutzernummer: +USER_NAME=Benutzername: +USER_CREATED=Beigetreten: +USER_CREATED_TITLE=Wann der Benutzer dieser Community beigetreten ist. +USER_LIST_SHARING_ADDRESSBOOKS=Freigegebene Adressb\u00fccher: +LINK_LOGIN_LIST_SHARING_ADDRESSBOOKS=Auflisten +LINK_LOGIN_LIST_SHARING_ADDRESSBOOKS_TITLE=Listet alle mit dem Benutzer geteilte Adressb\u00fccher auf. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 3b49186f..192f6ee1 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -206,3 +206,10 @@ PUBLIC_USER_PROFILE_FLAG=Should your profile be visible in Internet? PUBLIC_USER_PROFILE_NOT_CHOOSEN_MESSAGE=Please choose whether your profile should be visible in Internet. PUBLIC_PROFILE_ENABLED=Is visible PUBLIC_PROFILE_DISABLED=Is not visible +USER_ID=User id: +USER_NAME=User name: +USER_CREATED=Joined: +USER_CREATED_TITLE=When the user has joined this community. +USER_LIST_SHARING_ADDRESSBOOKS=Shared address books: +LINK_LOGIN_LIST_SHARING_ADDRESSBOOKS=List +LINK_LOGIN_LIST_SHARING_ADDRESSBOOKS_TITLE=Lists all with this user shared address books. diff --git a/web/login/login_own_addressbooks.xhtml b/web/login/login_own_addressbooks.xhtml index b69f47db..f6c414f8 100644 --- a/web/login/login_own_addressbooks.xhtml +++ b/web/login/login_own_addressbooks.xhtml @@ -20,7 +20,7 @@
- + #{msg.ADDRESSBOOK_ID} diff --git a/web/login/login_shared_addressbooks.xhtml b/web/login/login_shared_addressbooks.xhtml index 6dbc57d1..e7b3b12a 100644 --- a/web/login/login_shared_addressbooks.xhtml +++ b/web/login/login_shared_addressbooks.xhtml @@ -19,7 +19,7 @@ #{msg.LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS}
- + diff --git a/web/login/login_user_list.xhtml b/web/login/login_user_list.xhtml index 28b68bef..134990f6 100644 --- a/web/login/login_user_list.xhtml +++ b/web/login/login_user_list.xhtml @@ -14,12 +14,31 @@ -
+
#{msg.LOGIN_TABLE_HEADER_USER_LIST}
- + + #{msg.USER_ID} + + + + + #{msg.USER_NAME} + + + + + #{msg.USER_CREATED} + + + + + #{msg.USER_LIST_SHARING_ADDRESSBOOKS} + + +
diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index 38ebbf28..2a3317fc 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -65,6 +65,10 @@ table, .table { width: 500px; } +.table_big { + width: 100%; +} + .table_row { width: 100%; min-height: 20px; @@ -141,6 +145,10 @@ ul.footer_nav li.footer_copyright { width: 100px; } +.table_header_column25 { + width: 25%; +} + .table_data_column { width: 100px; }