From 08ccd59d0c61d8c6882ca00549aec2860dd613e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 11 Jun 2017 14:52:16 +0200 Subject: [PATCH] Please cherry-pick: - used more h:outputText instead of plainly adding text into the HTML component - ids on ui:fragment are no good idea ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/generic/message_box.tpl | 6 +++--- web/WEB-INF/templates/guest/guest_footer.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/WEB-INF/templates/generic/message_box.tpl b/web/WEB-INF/templates/generic/message_box.tpl index f513f187..07c5b1e4 100644 --- a/web/WEB-INF/templates/generic/message_box.tpl +++ b/web/WEB-INF/templates/generic/message_box.tpl @@ -8,7 +8,7 @@
- #{msg.MESSAGE_BOX_TITLE} +
@@ -25,9 +25,9 @@ - +
- #{msg.MESSAGE_BOX_PARAMETER_MESSAGE_EMPTY} +
diff --git a/web/WEB-INF/templates/guest/guest_footer.tpl b/web/WEB-INF/templates/guest/guest_footer.tpl index 6de89e7c..898f2237 100644 --- a/web/WEB-INF/templates/guest/guest_footer.tpl +++ b/web/WEB-INF/templates/guest/guest_footer.tpl @@ -34,7 +34,7 @@ - + -- 2.39.5