From 4c4623ef7e77d439fe393ad71bc0251dd5c95f29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 17:47:37 +0200 Subject: [PATCH] Maybe cherry-pick: - text should be wrapped in h:outputText 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 | 15 ----- web/guest/user/user_show_addressbook.xhtml | 56 ------------------- .../user/user_show_addressbook_entries.xhtml | 22 -------- 3 files changed, 93 deletions(-) delete mode 100644 web/guest/user/user_show_addressbook.xhtml delete mode 100644 web/guest/user/user_show_addressbook_entries.xhtml diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 60130680..22c241cd 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -156,21 +156,6 @@ /index.xhtml - - /user/login_own_addressbooks.xhtml - - user_add_addressbook - /user/login_add_addressbook.xhtml - - - user_show_addressbook - /guest/user/user_show_addressbook.xhtml - - - show_addressbook_entries - /guest/user/user_show_addressbook_entries.xhtml - - /guest/user/user_list.xhtml diff --git a/web/guest/user/user_show_addressbook.xhtml b/web/guest/user/user_show_addressbook.xhtml deleted file mode 100644 index a02d5e90..00000000 --- a/web/guest/user/user_show_addressbook.xhtml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK} - #{msg.PAGE_TITLE_INDEX_SHOW_ADDRESSBOOK} - - - #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK} - - - - - #{msg.TABLE_HEADER_SHOW_ADDRESSBOOK} - - #{msg.ADDRESSBOOK_NAME} - - - #{msg.ADDRESSBOOK_OWNER} - - - - - #{msg.ADDRESSBOOK_CREATED} - - - - - #{msg.ADDRESSBOOK_STATUS} - - - - - - - - - - - - - - diff --git a/web/guest/user/user_show_addressbook_entries.xhtml b/web/guest/user/user_show_addressbook_entries.xhtml deleted file mode 100644 index 88472995..00000000 --- a/web/guest/user/user_show_addressbook_entries.xhtml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} - - - #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} - - - - Here goes your content. - - - -- 2.39.5