]> git.mxchange.org Git - jfinancials-war.git/commitdiff
again some more h:outputText for better encapsulation of messages. and it makes more...
authorRoland Häder <roland@mxchange.org>
Tue, 24 May 2016 12:20:24 +0000 (14:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 25 May 2016 18:41:34 +0000 (20:41 +0200)
web/admin/contact/admin_contact_delete.xhtml
web/admin/contact/admin_contact_edit.xhtml

index a3ae28a065eb3f9ce4b2f9b1750cc8ad3d9c0776..f1966a3fbfadfbb91495dbaf49e07804326b8698 100644 (file)
@@ -32,7 +32,7 @@
                                        </div>
 
                                        <div class="para notice">
-                                               #{msg.ADMIN_DELETE_CONTACT_NOTICE}
+                                               <h:outputFormat value="#{msg.ADMIN_DELETE_CONTACT_NOTICE}" />
                                        </div>
 
                                        <ui:include src="/WEB-INF/templates/admin/contact/admin_contact_data.tpl" />
index bd123b611586c6730886f4f54fcdbdcab8ecb6f6..29e47b402b4ca0a19827444618af213633164b97 100644 (file)
@@ -32,7 +32,7 @@
                                        </div>
 
                                        <div class="para notice">
-                                               #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE}
+                                               <h:outputFormat value="#{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE}" />
                                        </div>
 
                                        <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl">