fixed bug #6316 - Alteração no tamanho de campo de nome da Rua. Correção em 1,5 horas.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@44124 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago 2015-05-19 13:10:11 +00:00
parent ae26a7e97c
commit d4e4d96193
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<label <label
value="${c:l('editarClienteController.lbCalle.value')}" /> value="${c:l('editarClienteController.lbCalle.value')}" />
<textbox id="txtDireccionCalle" <textbox id="txtDireccionCalle"
width="95%" maxlength="30" constraint="no empty" width="95%" maxlength="150" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row> </row>
<row> <row>