From 3b31c03020c8c463c3fd89add2f9457ddf69a247 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 15 Oct 2015 17:06:18 +0200 Subject: [PATCH] h:outputText can do the same as ui:fragment and is a better choice as ui:fragment is for repeated content --- web/login/login_list_sharing_addressbooks.xhtml | 8 ++++---- web/login/login_show_addressbook.xhtml | 8 ++++---- web/user/user_list.xhtml | 16 +++++++++------- web/user/user_profile.xhtml | 8 ++++---- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/web/login/login_list_sharing_addressbooks.xhtml b/web/login/login_list_sharing_addressbooks.xhtml index 471a1f18..d2064dd4 100644 --- a/web/login/login_list_sharing_addressbooks.xhtml +++ b/web/login/login_list_sharing_addressbooks.xhtml @@ -21,13 +21,13 @@ - + Here goes your content. - + - + - + diff --git a/web/login/login_show_addressbook.xhtml b/web/login/login_show_addressbook.xhtml index 0d2b78bd..27c9e27d 100644 --- a/web/login/login_show_addressbook.xhtml +++ b/web/login/login_show_addressbook.xhtml @@ -53,12 +53,12 @@ diff --git a/web/user/user_list.xhtml b/web/user/user_list.xhtml index 3a03a20c..9ccd8732 100644 --- a/web/user/user_list.xhtml +++ b/web/user/user_list.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_USER_LIST} @@ -41,12 +41,14 @@ - - #{msg.USER_LIST_SHARING_ADDRESSBOOKS} - - - - + + + #{msg.USER_LIST_SHARING_ADDRESSBOOKS} + + + + + diff --git a/web/user/user_profile.xhtml b/web/user/user_profile.xhtml index fc0f1200..4803fbac 100644 --- a/web/user/user_profile.xhtml +++ b/web/user/user_profile.xhtml @@ -21,13 +21,13 @@ - + Here goes your content. - + - + - + -- 2.39.5