64 lines
2.6 KiB
XML
64 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="Fechamento Conta Corrente - Parametros" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarFechamentoParamptovta"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winEditarFechamentoParamptovta"
|
|
title="${c:l('editarFechamentoParamptovtaController.window.title')}"
|
|
border="normal"
|
|
apply="${editarFechamentoParamptovtaController}"
|
|
contentStyle="overflow:auto"
|
|
width="415px"
|
|
height="260px">
|
|
|
|
<toolbar>
|
|
<button id="btnSalvar"
|
|
height="20"
|
|
image="/gui/img/save.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnGuardar')}"/>
|
|
<separator orient="vertical" />
|
|
<button id="btnApagar"
|
|
image="/gui/img/remove.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar"
|
|
onClick="winEditarFechamentoParamptovta.detach()"
|
|
image="/gui/img/exit.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamptovtaController.empresa.label')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded"
|
|
buttonVisible="true"
|
|
model="@{winEditarFechamentoParamptovta$composer.lsEmpresas}"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamptovtaController.puntoventa.label')}" />
|
|
<combobox id="cmbPuntoventa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
width="70%" mold="rounded" buttonVisible="true"
|
|
model="@{winEditarFechamentoParamptovta$composer.lsPuntoventa}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamptovtaController.intervalofechamento.label')}" />
|
|
<textbox id="txtIntervalofechamento"
|
|
width="190px"
|
|
value="@{winEditarFechamentoParamptovta$composer.fechamentoParamptovta.intervalofechamento}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
constraint="no empty" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk> |