AdmMono/VentaBoletosAdm/web/gui/configuraciones_comerciales/busquedaMotivoCancelVendaPa...

67 lines
3.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="winBusquedaMotivoCancelVendaPacote"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaMotivoCancelVendaPacote" title="${c:l('busquedaMotivoCancelVendaPacoteController.window.title')}"
apply="${busquedaMotivoCancelVendaPacoteController}" contentStyle="overflow:auto"
height="400px" width="600px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaMotivoCancelVendaPacoteController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaMotivoCancelVendaPacoteController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaMotivoCancelVendaPacote.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaMotivoCancelVendaPacoteController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="40%" />
<column width="60%" />
</columns>
<rows>
<row>
<label value="${c:l('busquedaMotivoCancelVendaPacoteController.txtNombre.label')}"/>
<textbox id="txtNombre" width="300px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarMotivoCancelVendaPacoteController.lbtipomotivo.value')}"/>
<combobox id="cmbTipoMotivo" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true"
model="@{winBusquedaMotivoCancelVendaPacote$composer.lsMotivoCancelamento}"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaMotivoCancelVendaPacoteController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingMotivoCancelVendaPacote" pageSize="20" />
<listbox id="motivoCancelVendaPacoteList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false">
<listhead sizable="true">
<listheader id="lhId" width="15%" image="/gui/img/builder.gif"
label="${c:l('busquedaMotivoCancelVendaPacoteController.lhId.label')}"
sort="auto(motivocancelvendapacoteId)"/>
<listheader id="lhDesc" image="/gui/img/create_doc.gif"
label="${c:l('busquedaMotivoCancelVendaPacoteController.lhDesc.label')}"
sort="auto(descmotivocancel)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarMotivoCancelVendaPacoteController.lbtipomotivo.value')}"
sort="auto(tipomotivocancel)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarMotivoCancelVendaPacoteController.lbPorcMulta.value')}"
sort="auto(porcmulta)"/>
</listhead>
</listbox>
</window>
</zk>