]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/guest/user/user_show_addressbook_entries.xhtml
should be userResendConfirmationController to make it more clear
[jjobs-war.git] / web / guest / user / user_show_addressbook_entries.xhtml
index 88472995a77bac735cee2fe9b1ddb436b707044b..7e8fd6c743c95851e730bb1855ccad321843a3c2 100644 (file)
@@ -9,14 +9,16 @@
          >
 
        <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
-               <ui:define name="login_title">#{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES}</ui:define>
+               <ui:define name="login_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES}" />
+               </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES}
+                       <h:outputText value="#{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES}" />
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <!-- @TODO Here goes your content. //-->
                </ui:define>
        </ui:composition>
 </html>