fixes bug#6515
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@46400 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
effcc01e4a
commit
799b7fbc97
|
@ -22,19 +22,18 @@
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="30%" />
|
||||||
|
<column width="70%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<cell>
|
<label value="${c:l('busquedaOCDParamController.empresa.label')}" />
|
||||||
<label value="${c:l('busquedaOCDParamController.empresa.label')}" />
|
<combobox id="cmbEmpresa"
|
||||||
<combobox id="cmbEmpresa"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
width="50%" mold="rounded" buttonVisible="true"
|
||||||
width="50%" mold="rounded" buttonVisible="true"
|
model="@{winBusquedaOCDParam$composer.lsEmpresas}" />
|
||||||
model="@{winBusquedaOCDParam$composer.lsEmpresas}" />
|
</row>
|
||||||
</cell>
|
|
||||||
</row>
|
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue