From 9afeeaf2bb398d1b72ea71a90b17b3f8706d1831 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 9 Apr 2016 13:54:15 +0200 Subject: [PATCH] added navigation cases (really lazy) for admin pages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 56 ++++++++++++++++++---------------- web/WEB-INF/faces-config.xml | 16 ++++++++++ 2 files changed, 46 insertions(+), 26 deletions(-) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 763a9ffb..859f7437 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,33 +2,37 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index cf33e9d3..3323a8ce 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -114,6 +114,22 @@ login /login/login_index.xhtml + + admin_delete_user + /admin/admin_user_delete.xhtml + + + admin_list_user + /admin/admin_user_list.xhtml + + + admin_edit_user + /admin/admin_user_edit.xhtml + + + admin_unlock_user + /admin/admin_user_unlock.xhtml + /user/register.xhtml -- 2.39.5