From c47bd44eb61403f720062437b3baa9e520728965 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 7 Aug 2017 21:52:20 +0200 Subject: [PATCH] Please cherry-pick: - attempt to rewrite to h:doctype, but still not rendered. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/base.tpl | 88 ++++++++++++++++++++-------------- 1 file changed, 51 insertions(+), 37 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 0bc8f17c..5bc1930a 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -1,59 +1,73 @@ - - - - + + + + - + - JFinancials - <ui:insert name="title">Default title</ui:insert> + + <h:outputText value="JFinancials" /> + <h:outputText value=" - " /> + <ui:insert name="title"> + <h:outputText value="Default title" /> + </ui:insert> + -
-