]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/mobile_provider/admin_mobile_provider_show.xhtml
and one (?) more ...
[jjobs-war.git] / web / admin / mobile_provider / admin_mobile_provider_show.xhtml
index 982e39460546fb7672952a44ccf5a709beed2f3a..e44982e876c6ebed6a224170c3a96b8e269bca16 100644 (file)
@@ -9,14 +9,16 @@
        >
 
        <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_SHOW_MOBILE_PROVIDER}</ui:define>
+               <ui:define name="admin_title">
+                       <h:outputText value="#{msg.PAGE_TITLE_ADMIN_SHOW_MOBILE_PROVIDER}" />
+               </ui:define>
 
                <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_SHOW_MOBILE_PROVIDER}
+                       <h:outputText value="#{msg.CONTENT_TITLE_ADMIN_SHOW_MOBILE_PROVIDER}" />
                </ui:define>
 
                <ui:define name="content">
-                       Here goes your content.
+                       <!-- @TODO Here goes your content. //-->
                </ui:define>
        </ui:composition>
 </html>