From: Roland Haeder Date: Thu, 15 Oct 2015 15:06:18 +0000 (+0200) Subject: h:outputText can do the same as ui:fragment and is a better choice as ui:fragment... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b31c03020c8c463c3fd89add2f9457ddf69a247;p=jfinancials-war.git h:outputText can do the same as ui:fragment and is a better choice as ui:fragment is for repeated content --- 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. - + - + - +