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> <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>