fixes bug#6815
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@49877 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7ddb3896a2
commit
23ae500e5e
|
@ -35,7 +35,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarPrecioVentajaController.linha.label')}"/>
|
||||
<combobox id="cmbRutaOriginal" width="80%" mold="rounded"
|
||||
<combobox id="cmbRutaOriginal" width="95%" mold="rounded"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
model="@{winEditarPrecioVentaja$composer.lsRuta}"
|
||||
selectedItem="@{winEditarPrecioVentaja$composer.precioVentaja.rutaOriginalId}"
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<row>
|
||||
<label value="${c:l('editarPrecioVentajaController.linha.label')}"/>
|
||||
<combobox id="cmbRutaPrecio" width="80%" mold="rounded"
|
||||
<combobox id="cmbRutaPrecio" width="95%" mold="rounded"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
model="@{winEditarPrecioVentaja$composer.lsRuta}"
|
||||
selectedItem="@{winEditarPrecioVentaja$composer.precioVentaja.rutaPrecioId}"
|
||||
|
|
Loading…
Reference in New Issue