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