carla 2012-11-01 17:49:47 +00:00
parent 46eb6a9c54
commit eebfdb549a
1 changed files with 3 additions and 2 deletions

View File

@ -532,7 +532,7 @@
<h:td>
<combobox id="cmbBanco"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="45%" mold="rounded" buttonVisible="true"
width="60%" mold="rounded" buttonVisible="true"
model="@{winEditarPuntoVenta$composer.lsBanco}" />
</h:td>
<h:td>
@ -1031,7 +1031,8 @@
<rows>
<row>
<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%" />
</row>
<row>