From: Roland Haeder Date: Wed, 14 Oct 2015 08:41:42 +0000 (+0200) Subject: added notice about if the user is not sharing address books as this is the secondary... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec9a57d876920a80c7d5be6b5fecfbeadcc4a09c;p=addressbook-war.git added notice about if the user is not sharing address books as this is the secondary purpose of this application. The primary purpose is to manage different address books online in Internet or Intranet. Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 9a97a5bd..1a87bd56 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -194,3 +194,7 @@ LINK_LOGIN_SHARED_ADDRESS_BOOKS=Mit anderen geteilt LINK_LOGIN_SHARED_ADDRESS_BOOKS_TITLE=Mit anderen Benutzern geteilte Adressb\u00fccher PAGE_TITLE_LOGIN_SHARED_ADDRESSBOOKS=Mit anderen geteilte Adressb\u00fccher CONTENT_TITLE_LOGIN_SHARED_ADDRESSBOOKS=Meine mit anderen Benutzern geteilte Adressb\u00fccher: +LINK_LOGIN_START_SHARING_ADDRESSBOOKS=Jetzt Ihre Adressb\u00fccher mit anderen Mitgliedern teilen! +LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS=Meine mit anderen Benutzern geteilte Adressb\u00fccher +TABLE_SUMMARY_SHARED_ADDRESSBOOKS=Diese Tabelle listed alle von Ihnen mit anderen Benutzern geteilte Adressb\u00fccher auf. +LOGIN_USER_HAS_NOT_SHARED_ADDRESSBOOKS=Derzeit teilen Sie keine Adressb\u00fccher mit anderen Benutzern. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 0722a350..4ea8d2f4 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -194,3 +194,7 @@ LINK_LOGIN_SHARED_ADDRESS_BOOKS=Shared with others LINK_LOGIN_SHARED_ADDRESS_BOOKS_TITLE=With other users shared address books PAGE_TITLE_LOGIN_SHARED_ADDRESSBOOKS=With others shared address books CONTENT_TITLE_LOGIN_SHARED_ADDRESSBOOKS=Mine with other users shared address books: +LINK_LOGIN_START_SHARING_ADDRESSBOOKS=Start now sharing your address books with other users! +LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS=My with other users shared address books +TABLE_SUMMARY_SHARED_ADDRESSBOOKS=This table lists all your with other users shared address books. +LOGIN_USER_HAS_NOT_SHARED_ADDRESSBOOKS=Currently you don't share any address books with other users. diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 51d4e5db..be48264e 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -93,6 +93,10 @@ login_edit_user_data /login/login_edit_user_data.xhtml + + login_shared_addressbooks + /login/login_shared_addressbooks.xhtml + /user/login.xhtml diff --git a/web/login/login_shared_addressbooks.xhtml b/web/login/login_shared_addressbooks.xhtml index 1d50a5f5..8796fef3 100644 --- a/web/login/login_shared_addressbooks.xhtml +++ b/web/login/login_shared_addressbooks.xhtml @@ -16,8 +16,16 @@
- - + #{msg.LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS} +
+ + + + + + +