From: Roland Häder Date: Wed, 27 Apr 2016 10:23:24 +0000 (+0200) Subject: added menu for listing contacts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ac78498c7eaf508b99b073aa584321bb2550b5e;p=jfinancials-war.git added menu for listing contacts Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 676c3694..2da090e4 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,65 +2,69 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 45bc8fe4..471e981c 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -537,3 +537,6 @@ GUEST_CONFIRMATION_KEY_NOT_SET=Es wurde keine Best\u00e4tigungsschl\u00fcssel an GUEST_CONFIRM_USER_ACCOUNT_DONE_TITLE=Vielen Dank f\u00fcr die Best\u00e4tigung GUEST_USER_CONFIRM_ACCOUNT_DONE=Hallo {0} {1} {2}. Sie haben soeben Ihren Account best\u00e4tigt. Es ist eine Mail mit weiteren Details an Sie unterwegs. BUTTON_GUEST_CONFIRM_USER_ACCOUNT=Account best\u00e4tigen +ADMIN_MENU_CONTACT_TITLE=Manage contact data +LINK_ADMIN_LIST_CONTACT=Kontaktdaten auflisten +LINK_ADMIN_LIST_CONTACT_TITLE=Listet alle Kontaktdaten auf, egal wo her sie angelegt wurden. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index c4771384..12ab7824 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -534,3 +534,6 @@ GUEST_CONFIRMATION_KEY_NOT_SET=No confirmation key was provided. Please check th GUEST_CONFIRM_USER_ACCOUNT_DONE_TITLE=Thank you for confirmation of your account GUEST_USER_CONFIRM_ACCOUNT_DONE=Hello {0} {1} {2}. You have successfully confirmed your account. An email with more details is on it's way to you. BUTTON_GUEST_CONFIRM_USER_ACCOUNT=Confirm account +ADMIN_MENU_CONTACT_TITLE=Manage contact data +LINK_ADMIN_LIST_CONTACT=List contact data +LINK_ADMIN_LIST_CONTACT_TITLE=Lists all contact data regardless where they was created. diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index b0ee8803..89624e7a 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -64,8 +64,35 @@ /admin/admin_logout.xhtml - basket - /basket.xhtml + login_edit_user_data + /login/login_edit_user_data.xhtml + + + user_profile + /user/user_profile.xhtml + + + admin_list_countries + /admin/country/admin_country_list.xhtml + + + admin_list_contact + /admin/contact/admin_contact_list.xhtml + + + admin_list_user + /admin/user/admin_user_list.xhtml + + + admin_list_mobile_provider + /admin/mobile_provider/admin_mobile_provider_list.xhtml + + + + /user/login.xhtml + + login + /login/login_index.xhtml exception