gleimar 2015-07-28 22:27:05 +00:00
parent effcc01e4a
commit 799b7fbc97
1 changed files with 9 additions and 10 deletions

View File

@ -22,19 +22,18 @@
</toolbar>
<grid fixedLayout="true">
<columns>
<column/>
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('busquedaOCDParamController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="50%" mold="rounded" buttonVisible="true"
model="@{winBusquedaOCDParam$composer.lsEmpresas}" />
</cell>
</row>
<label value="${c:l('busquedaOCDParamController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="50%" mold="rounded" buttonVisible="true"
model="@{winBusquedaOCDParam$composer.lsEmpresas}" />
</row>
</rows>
</grid>