gleimar 2014-12-03 17:18:12 +00:00
parent af1bee3b89
commit da9a2bc5d1
1 changed files with 7 additions and 11 deletions

View File

@ -23,20 +23,16 @@
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column/> <column width="25%" />
<column/> <column width="75%" />
<column/>
<column/>
</columns> </columns>
<rows> <rows>
<row> <row>
<cell>
<label value="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" /> <label value="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" />
<combobox id="cmbEmpresa" <combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" mold="rounded" buttonVisible="true"
model="@{winBusquedaFechamentoParamgeral$composer.lsEmpresas}" /> model="@{winBusquedaFechamentoParamgeral$composer.lsEmpresas}" />
</cell>
</row> </row>
</rows> </rows>
</grid> </grid>