51 lines
1.8 KiB
XML
51 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="Movimentação de Estoque - Migração de Ponto de Venda" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winMovimentacionBilhetesMigracao"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winMovimentacionBilhetesMigracao"
|
|
title="${c:l('movimentacionBilhetesMigracao.window.title')}"
|
|
apply="${movimentacionBilhetesMigracaoController}"
|
|
contentStyle="overflow:auto" height="300px" width="450px"
|
|
border="normal">
|
|
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
<button id="btnSalvar" height="20"
|
|
image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('movimentacionBilhetesPuntoVentaController.btnSalvar.tooltiptext')}" />
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winMovimentacionBilhetesMigracao.detach()"
|
|
tooltiptext="${c:l('movimentacionBilhetesPuntoVentaController.btnFechar.tooltiptext')}" />
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="40%" />
|
|
<column width="60%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('winMovimentacionBilhetesMigracao.lbCheckHabilitaEstCentral.value')}" />
|
|
<checkbox id="checkHabilitaEstCentral"/>
|
|
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('winMovimentacionBilhetesPuntoVenta.puntoventa.label')}" />
|
|
<combobox id="cmbPuntoVenta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
width="70%" mold="rounded" buttonVisible="true"
|
|
model="@{winMovimentacionBilhetesMigracao$composer.lsPuntoVenta}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
|
|
</window>
|
|
</zk> |