git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@22360 d1611594-4594-4d17-8e1d-87c2c4800839
parent
46eb6a9c54
commit
eebfdb549a
|
@ -532,7 +532,7 @@
|
||||||
<h:td>
|
<h:td>
|
||||||
<combobox id="cmbBanco"
|
<combobox id="cmbBanco"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
width="45%" mold="rounded" buttonVisible="true"
|
width="60%" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
|
@ -1031,7 +1031,8 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
<label value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
||||||
<textbox id="txtEspecie"
|
<textbox id="txtEspecie" maxlength="15"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" width="70%" />
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
Loading…
Reference in New Issue