maia/.svn/pristine/90/9094f59b91b5b5a0b71d0064593...

33 lines
1.5 KiB
Plaintext
Executable File

<ui:composition xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:pe="http://primefaces.org/ui/extensions"
template="/WEB-INF/templates/template.xhtml"
xmlns:maia="http://java.sun.com/jsf/composite/maiaComponents">
<ui:define name="content">
<h:form id="formTable">
<p:panelGrid styleClass="m-filters" columns="1" style="width:1200px">
<f:facet name="header">
<h:outputText value="#{msg_armas.hfld_datosgenerales}" />
</f:facet>
<h:panelGrid id="filters" columns="1">
<!-- <h:panelGrid columns="2" id="pnlFiltros">
<p:outputLabel for="orgcontrol" value="#{msg_armas.lbl_centroControlArmas}:" />
<p:selectOneMenu id="orgcontrol" required="true" value="#{reportePermisosAutorizacionesCconController.centroControl}" style="width:250px">
<f:selectItem itemLabel="" itemValue="" />
<f:selectItems value="#{reportePermisosAutorizacionesCconController.lcentroControl}" var="id"
itemLabel="#{id.modifiedData['desnombreinstitucion']}" itemValue="#{id.pk}" />
</p:selectOneMenu>
</h:panelGrid> -->
</h:panelGrid>
<p:commandButton id="reporte" value="#{msg_armas.lbl_imprimir}"
actionListener="#{reportePermisosAutorizacionesCconController.generarReporte()}"
ajax="false" process="@this" />
</p:panelGrid>
</h:form>
</ui:define>
</ui:composition>