]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2017 12:52:16 +0000 (14:52 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2017 13:01:04 +0000 (15:01 +0200)
- used more h:outputText instead of plainly adding text into the HTML component
- ids on ui:fragment are no good idea ...

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/generic/message_box.tpl
web/WEB-INF/templates/guest/guest_footer.tpl

index f513f187d327bacb44abf73dc47b3e7d0bdd8918..07c5b1e412f980807fd594b58382b46e143277a8 100644 (file)
@@ -8,7 +8,7 @@
 
        <div class="message_box">
                <div class="message_header">
-                       #{msg.MESSAGE_BOX_TITLE}
+                       <h:outputText value="#{msg.MESSAGE_BOX_TITLE}" />
                </div>
 
                <ui:fragment rendered="#{not empty message}">
@@ -25,9 +25,9 @@
                        </ui:fragment>
                </ui:fragment>
 
-               <ui:fragment id="output_message" rendered="#{empty message}">
+               <ui:fragment rendered="#{empty message}">
                        <div class="errors para">
-                               #{msg.MESSAGE_BOX_PARAMETER_MESSAGE_EMPTY}
+                               <h:outputText value="#{msg.MESSAGE_BOX_PARAMETER_MESSAGE_EMPTY}" />
                        </div>
                </ui:fragment>
        </div>
index 6de89e7c300e785512df35a526e7ee639d9ab70a..898f223763153e3ac1f5ce6f27b06b9c5572fcf1 100644 (file)
@@ -34,7 +34,7 @@
                                </li>
                        </ui:fragment>
 
-                       <li class="footer_copyright">Copyright (c) 2016 Galdora e.K.</li>
+                       <li class="footer_copyright">Copyright (c) 2016, 2017 Roland Häder</li>
                </ul>
        </footer>