From 21d03585456f95bec10d3f925bcac93eb644a869 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 7 Apr 2016 21:54:08 +0200 Subject: [PATCH] Renamed bye.xhtml to logout.xhtml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 2 +- web/WEB-INF/faces-config.xml | 2 +- web/{bye.xhtml => logout.xhtml} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename web/{bye.xhtml => logout.xhtml} (83%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 3146677e..f08d4ef1 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -14,7 +14,7 @@ - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index d6b36550..e95370b4 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -73,7 +73,7 @@ logout - /bye.xhtml + /logout.xhtml admin_index diff --git a/web/bye.xhtml b/web/logout.xhtml similarity index 83% rename from web/bye.xhtml rename to web/logout.xhtml index e8f4fa13..cc9c38b2 100644 --- a/web/bye.xhtml +++ b/web/logout.xhtml @@ -7,10 +7,10 @@ > - #{msg.PAGE_TITLE_INDEX_FOO} + #{msg.PAGE_TITLE_INDEX_LOGOUT} - #{msg.CONTENT_TITLE_INDEX_FOO} + #{msg.CONTENT_TITLE_INDEX_LOGOUT} -- 2.39.5