From: Roland Häder Date: Sat, 19 Aug 2017 11:14:32 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eefbfcc2708ec1125a7549af14b16e69e5f6616c;p=jfinancials-war.git Please cherry-pick: - used h:outputText (component) instead of (plain) text in view which is then controlled by the component - do *always* remember that JSF and all of its expansions are component frameworks, rendering a WUI (Web User Interface) and not yet-another template language Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/templates/admin/admin_base.tpl b/web/WEB-INF/templates/admin/admin_base.tpl index ed355aec..1fd16dda 100644 --- a/web/WEB-INF/templates/admin/admin_base.tpl +++ b/web/WEB-INF/templates/admin/admin_base.tpl @@ -10,7 +10,9 @@ TODO: Add something here that should be displayed on all admin pages - - Default admin title + + + diff --git a/web/WEB-INF/templates/guest/guest_base.tpl b/web/WEB-INF/templates/guest/guest_base.tpl index 16c4f0b5..6310e131 100644 --- a/web/WEB-INF/templates/guest/guest_base.tpl +++ b/web/WEB-INF/templates/guest/guest_base.tpl @@ -2,10 +2,13 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html"> - Default guest title + + + diff --git a/web/WEB-INF/templates/login/user/user_base.tpl b/web/WEB-INF/templates/login/user/user_base.tpl index 4d5e5fae..f398c0f2 100644 --- a/web/WEB-INF/templates/login/user/user_base.tpl +++ b/web/WEB-INF/templates/login/user/user_base.tpl @@ -6,19 +6,23 @@ xmlns:h="http://xmlns.jcp.org/jsf/html"> - - Default login title + + + + + - - - + + +