AdmMono/VentaBoletosAdm/web/gui/configuraciones_comerciales/busquedaConfiguracionTarifa...

63 lines
2.5 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="winBusquedaConfiguracionTarifasPacote"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaConfiguracionTarifasPacote"
title="${c:l('busquedaConfiguracionTarifaPacoteController.window.title')}"
apply="${busquedaConfiguracionTarifasPacoteController}"
contentStyle="overflow:auto" height="500px" width="600px"
border="normal">
<toolbar>
<button id="btnRefreshTarifa" image="/gui/img/refresh.png"
width="35px" height="30px"
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRefresh.tooltiptext')}" />
<button id="btnAddTarifa" image="/gui/img/add.png"
width="35px" height="30px"
tooltiptext="${c:l('editarConfiguracionPacoteController.btnAddTarifa.tooltiptext')}" />
<button id="btnRemoverTarifa" height="30px" width="35px"
image="/gui/img/remove.png"
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRemoverTarifa.tooltiptext')}" />
<button id="btnFechar" image="/gui/img/exit.png" width="35px" height="30px"
onClick="winBusquedaConfiguracionTarifasPacote.detach()"
tooltiptext="${c:l('editarConfiguracionPacoteController.btnFechar.tooltiptext')}" />
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarConfiguracionPacoteController.txtDescTarifa.label')}" />
<textbox id="txtDescTarifa" width="70%"
maxlength="40"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisaTarifa" image="/gui/img/find.png"
label="${c:l('busquedaConfiguracionPacoteController.btnPesquisa.label')}" />
</toolbar>
<paging id="pagingTipoTarifa" pageSize="15" />
<listbox id="tipoTarifaList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" vflex="true" height="100px">
<listhead sizable="true">
<listheader width="20%" image="/gui/img/builder.gif"
label="${c:l('editarConfiguracionPacoteController.lhId.label')}" />
<listheader width="80%" image="/gui/img/builder.gif"
label="${c:l('editarConfiguracionPacoteController.lhDesc.label')}" />
</listhead>
</listbox>
</window>
</zk>