From 33ecb2f24d5c49bbe4223bfe4a0ef621333025e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Apr 2017 11:14:04 +0200 Subject: [PATCH] Please cherry-pick: - XML header added - admin_logout is now the outcome MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/faces-config.xml | 4 ++++ web/WEB-INF/templates/admin/admin_menu.tpl | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index db97670d..4edeec9f 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -52,6 +52,10 @@ logout /logout.xhtml + + admin_logout + /admin/admin_logout.xhtml + admin_index /admin/index.xhtml diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl index d4387c05..2a7e3501 100644 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ b/web/WEB-INF/templates/admin/admin_menu.tpl @@ -1,3 +1,4 @@ +
    -
  • +
-- 2.39.5