]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/user/login_change_email_address.xhtml
Used much more h:outputText instead of directly the message in the template. This...
[addressbook-war.git] / web / user / login_change_email_address.xhtml
index 475d96f61c69ec5a2086a818a84d7011ac8554b6..aef0c762cba1441d54bfc9c29609fb4eef06766c 100644 (file)
                        <ui:fragment rendered="#{loginController.isUserLoggedIn()}">
                                <div class="table">
                                        <div class="table_header">
-                                               #{msg.LOGIN_CHANGE_EMAIL_ADDRESS_TITLE}
+                                               <h:outputText value="#{msg.LOGIN_CHANGE_EMAIL_ADDRESS_TITLE}" />
                                        </div>
 
                                        <h:form id="login_change_email_address_form">
                                                <div class="para">
                                                        <fieldset id="change_email">
-                                                               <legend title="#{msg.LOGIN_CHANGE_EMAIL_LEGEND_TITLE}">#{msg.LOGIN_CHANGE_EMAIL_LEGEND}</legend>
+                                                               <legend title="#{msg.LOGIN_CHANGE_EMAIL_LEGEND_TITLE}">
+                                                                       <h:outputText value="#{msg.LOGIN_CHANGE_EMAIL_LEGEND}" />
+                                                               </legend>
 
                                                                <div class="table_row">
                                                                        <div class="table_left">
-                                                                               #{msg.LOGIN_CHANGE_EMAIL_OLD_ADDRESS}
+                                                                               <h:outputText value="#{msg.LOGIN_CHANGE_EMAIL_OLD_ADDRESS}" />
                                                                        </div>
 
                                                                        <div class="table_right">
-                                                                               #{contactController.emailAddress}
+                                                                               <h:outputText value="#{contactController.emailAddress}" />
                                                                        </div>
 
                                                                        <div class="clear"></div>