]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/admin/admin_base.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / admin_base.tpl
index 029bfc66b2f499efacb2bd3464f0ba6c6a013e4c..1fd16ddac15a4ac79e61ee098bdaaa6091b1c0a9 100644 (file)
@@ -1,13 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+TODO: Add something here that should be displayed on all admin pages
+//-->
 <ui:composition
        template="/WEB-INF/templates/base.tpl"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
+       xmlns:h="http://xmlns.jcp.org/jsf/html">
 
-       <ui:define name="title">Administration - <ui:insert name="admin_title">Default admin title</ui:insert></ui:define>
-
-       <!--
-       TODO: Add something here that should be displayed on all admin pages
-       //-->
+       <ui:define name="title">
+               <h:outputText value="#{msg.PAGE_TITLE_ADMIN_AREA}" /> -
+               <ui:insert name="admin_title">
+                       <h:outputText value="Default admin title" />
+               </ui:insert>
+       </ui:define>
 
        <ui:define name="menu">
                <ui:include src="/WEB-INF/templates/admin/admin_menu.tpl" />