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-87c2c4800839master
parent
b7c1c92d2e
commit
baebe8d96c
|
@ -9,10 +9,10 @@
|
|||
height="290px" width="600px" border="normal">
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="20%" />
|
||||
<column width="30%" />
|
||||
<column width="20%" />
|
||||
<column width="30%" />
|
||||
<column width="25%" />
|
||||
<column width="25%" />
|
||||
<column width="25%" />
|
||||
<column width="25%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
|
@ -41,10 +41,13 @@
|
|||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa"
|
||||
width="95%" />
|
||||
</row>
|
||||
<row spans="1,3">
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('relatorioDepositosController.lbPendentes.value')}" />
|
||||
<checkbox id="chkFiltrarPendentes" checked="false" />
|
||||
<label
|
||||
value="${c:l('relatorioDepositosController.lbClassificarBanco.value')}" />
|
||||
<checkbox id="chkClassificarBanco" checked="false" disabled="true"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Loading…
Reference in New Issue