From: Roland Haeder Date: Thu, 7 Apr 2016 19:54:08 +0000 (+0200) Subject: Renamed bye.xhtml to logout.xhtml X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21d03585456f95bec10d3f925bcac93eb644a869;p=jjobs-war.git Renamed bye.xhtml to logout.xhtml Signed-off-by: Roland Häder --- 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/bye.xhtml deleted file mode 100644 index e8f4fa13..00000000 --- a/web/bye.xhtml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_FOO} - - - #{msg.CONTENT_TITLE_INDEX_FOO} - - - - Here goes your content. - - - diff --git a/web/logout.xhtml b/web/logout.xhtml new file mode 100644 index 00000000..cc9c38b2 --- /dev/null +++ b/web/logout.xhtml @@ -0,0 +1,20 @@ + + + + + + #{msg.PAGE_TITLE_INDEX_LOGOUT} + + + #{msg.CONTENT_TITLE_INDEX_LOGOUT} + + + + Here goes your content. + + +