71 lines
2.6 KiB
XML
71 lines
2.6 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="winBusquedaEmpresaTrocoSimples"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaEmpresaTrocoSimples"
|
|
title="${c:l('editarEmpresaTrocoSimples.window.title')}"
|
|
apply="${busquedaEmpresaTrocoSimples}" 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" />
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="35%" />
|
|
<column width="10%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarEmpresaTrocoSimples.empresa')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="99%" mold="rounded" buttonVisible="true"
|
|
model="@{winBusquedaEmpresaTrocoSimples$composer.lsEmpresas}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarEmpresaTrocoSimples.cnpj')}" />
|
|
<textbox id="txtCnpj" width="99%" maxlength="60"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaPuntoVentaController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingEmpresaTrocoSimples" pageSize="20" />
|
|
<listbox id="empresaTrocoSimplesList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarEmpresaTrocoSimples.empresa')}"
|
|
sort="auto(empresa.nombempresa)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarEmpresaTrocoSimples.cnpj')}"
|
|
sort="auto(cnpj)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaEmpresaTrocoSimples.valorSugerir')}"
|
|
sort="auto(valorSugerirTroco)" />
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|