84 lines
3.3 KiB
XML
84 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winCompPassagem"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winCompPassagem"
|
|
title="${c:l('editarIntComprovantePassagem.window.title')}"
|
|
apply="${busquedaIntegracaoCompPassagemController}" contentStyle="overflow:auto"
|
|
height="510px" width="960px" border="normal">
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('busquedaPuntoVentaController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('busquedaPuntoVentaController.btnNovo.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winCompPassagem.detach()"
|
|
tooltiptext="${c:l('editarEmpresaTrocoSimples.btnFechar.tooltiptext')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarIntComprovantePassagem.empresa')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="99%" mold="rounded" buttonVisible="true"
|
|
model="@{winCompPassagem$composer.lsEmpresas}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label value="${c:l('editarIntComprovantePassagem.tipoIntegracao')}" />
|
|
<combobox id="cmbTipoIntegracao"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="99%" mold="rounded" buttonVisible="true"
|
|
model="@{winCompPassagem$composer.lsTipoIntegracao}"
|
|
/>
|
|
</row>
|
|
|
|
<row>
|
|
<label value="${c:l('editarIntComprovantePassagem.viaComprovante')}" />
|
|
<combobox id="cmbViaComprovante"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="99%" mold="rounded" buttonVisible="true"
|
|
model="@{winCompPassagem$composer.lsViaComprovante}"
|
|
/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaPuntoVentaController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingConfCompPassagem" pageSize="20" />
|
|
<listbox id="confComprovantePassagemList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarIntComprovantePassagem.empresa')}"
|
|
sort="auto(empresa.nombempresa)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarIntComprovantePassagem.tipoIntegracao')}"
|
|
sort="auto(tipoIntegracao)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarIntComprovantePassagem.viaComprovante')}"
|
|
sort="auto(viaComprovante)" />
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|