]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/admin/user/admin_show_user_data.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / user / admin_show_user_data.tpl
index 7f5d92f5098149cccd439021004db488d803d469..35a5cc83bc84c3cfb281daa67864edc7fd0b7be9 100644 (file)
@@ -1,13 +1,16 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ui:composition
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:widgets="http://mxchange.org/jsf/core/widgets"
+       xmlns:core="http://mxchange.org/jsf/core/widgets"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:p="http://primefaces.org/ui">
 
-       <h:panelGrid id="admin_user_profile" summary="#{msg.ADMIN_TABLE_SUMMARY_SHOW_USER_DATA}" headerClass="table-header-column" styleClass="table table-full" columns="3" rendered="#{not empty beanHelper.user}">
+       <!--
+       @TODO summary="#{msg.ADMIN_TABLE_SUMMARY_SHOW_USER_DATA}"
+       -->
+       <p:panelGrid styleClass="table table-full" columns="3" rendered="#{not empty beanHelper.user}">
                <f:facet name="header">
                        <h:outputFormat value="#{msg.ADMIN_HEADER_SHOW_USER}">
                                <f:param value="#{beanHelper.user.userName}" />
@@ -71,6 +74,6 @@
                        <h:outputText id="userLastLockedReason" styleClass="table-data-field" value="#{beanHelper.user.userLastLockedReason}" />
                </h:column>
 
-               <widgets:outputContactDataGridColumns />
-       </h:panelGrid>
+               <core:outputContactDataGridColumns />
+       </p:panelGrid>
 </ui:composition>