- comments in JSF templates/pages may cause columns being rendered in h:panelGrid, better put such things in XML definition (outside ui:composition)
+<?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"
<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="menu">
<ui:include src="/WEB-INF/templates/admin/admin_menu.tpl" />
</ui:define>
<?xml version="1.0" encoding="UTF-8" ?>
+<!-- @TODO maybe later add phone numbers as "main" numbers? //-->
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
- <!-- @TODO maybe later add phone numbers as "main" numbers? //-->
<h:column>
<h:outputLabel for="contactId" styleClass="table_data_label" value="#{msg.ADMIN_CONTACT_ID}" />