fixes bug#13439

dev:Valdevir
qua:Juliana


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@90335 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2019-02-27 19:44:22 +00:00
parent b7c1c92d2e
commit baebe8d96c
1 changed files with 9 additions and 6 deletions

View File

@ -9,10 +9,10 @@
height="290px" width="600px" border="normal"> height="290px" width="600px" border="normal">
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="20%" /> <column width="25%" />
<column width="30%" /> <column width="25%" />
<column width="20%" /> <column width="25%" />
<column width="30%" /> <column width="25%" />
</columns> </columns>
<rows> <rows>
<row> <row>
@ -41,10 +41,13 @@
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa"
width="95%" /> width="95%" />
</row> </row>
<row spans="1,3"> <row>
<label <label
value="${c:l('relatorioDepositosController.lbPendentes.value')}" /> value="${c:l('relatorioDepositosController.lbPendentes.value')}" />
<checkbox id="chkFiltrarPendentes" checked="false" /> <checkbox id="chkFiltrarPendentes" checked="false" />
<label
value="${c:l('relatorioDepositosController.lbClassificarBanco.value')}" />
<checkbox id="chkClassificarBanco" checked="false" disabled="true"/>
</row> </row>
</rows> </rows>
</grid> </grid>