From 8591b802f226de3f6ef8e766da49faad0d2a8107 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 27 Apr 2016 12:23:24 +0200 Subject: [PATCH] added menu for listing contacts MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 100 +++++++++--------- .../localization/bundle_de_DE.properties | 3 + .../localization/bundle_en_US.properties | 3 + web/WEB-INF/faces-config.xml | 4 + web/WEB-INF/templates/admin/admin_menu.tpl | 8 ++ 5 files changed, 68 insertions(+), 50 deletions(-) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index b94d0f39..e0541e8c 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,58 +2,58 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 07c00e88..6c5f7f60 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -352,3 +352,6 @@ CUSTOMER_ACCOUNT_STATUS_LOCKED=Gesperrt ADMIN_CUSTOMER_CREATED=Kunden erstellt: ADMIN_LINK_SHOW_CONTACT_TITLE=Kontaktdaten anzeigen ADMIN_LINK_SHOW_CUSTOMER_TITLE=Kundendaten anzeigen +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 ae13366d..87f42f67 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -353,3 +353,6 @@ CUSTOMER_ACCOUNT_STATUS_LOCKED=Locked ADMIN_CUSTOMER_CREATED=Customer created: ADMIN_LINK_SHOW_CONTACT_TITLE=Show contact data ADMIN_LINK_SHOW_CUSTOMER_TITLE=Show customer data +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 eee240d1..f77844e3 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -83,6 +83,10 @@ admin_list_user /admin/user/admin_user_list.xhtml + + admin_list_contact + /admin/contact/admin_contact_list.xhtml + admin_list_countries /admin/country/admin_country_list.xhtml diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl index 456f305e..71c84bf6 100644 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ b/web/WEB-INF/templates/admin/admin_menu.tpl @@ -32,6 +32,14 @@
  • + + +
      +
    • +
    + -- 2.39.5