From ec9a57d876920a80c7d5be6b5fecfbeadcc4a09c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 14 Oct 2015 10:41:42 +0200 Subject: [PATCH] =?utf8?q?added=20notice=20about=20if=20the=20user=20is=20?= =?utf8?q?not=20sharing=20address=20books=20as=20this=20is=20the=20seconda?= =?utf8?q?ry=20purpose=20of=20this=20application.=20The=20primary=20purpos?= =?utf8?q?e=20is=20to=20manage=20different=20address=20books=20online=20in?= =?utf8?q?=20Internet=20or=20Intranet.=20Signed-off-by:Roland=20H=C3=A4der?= =?utf8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../mxchange/localization/bundle_de_DE.properties | 4 ++++ .../mxchange/localization/bundle_en_US.properties | 4 ++++ web/WEB-INF/faces-config.xml | 4 ++++ web/login/login_shared_addressbooks.xhtml | 12 ++++++++++-- 4 files changed, 22 insertions(+), 2 deletions(-) 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} +
+ + + + + + +
-- 2.39.5