fixes bug#21242

qua:
dev:Aristides
Alterado tamanho do campo na tela (zul) para um tamanho maior.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104744 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2020-12-15 20:04:25 +00:00
parent 21e8fa1d54
commit 8c6f4f4aa6
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<label id="lbImei"
value="${c:l('editarOperadoresDispositivoController.lbImei.value')}" />
<textbox id="txtDescImei"
width="99%" maxlength="20"
width="99%" maxlength="25"
value=""
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
@ -39,7 +39,7 @@
<label id="lbPuntoVenta"
value="${c:l('editarOperadoresDispositivoController.lbPuntoVenta.value')}" />
<textbox id="txtPuntoVenta"
width="99%" maxlength="20"
width="99%" maxlength="100"
value=""
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
@ -147,7 +147,7 @@
<toolbar>
<label id="lbFiltro"
value="${c:l('editarOperadoresDispositivoController.lhLogin.label')}" width="80px" height="20"/>
<textbox id="txtFiltro" width="200px" maxlength="20"
<textbox id="txtFiltro" width="200px" maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
<button id="btnAplicarFiltro" height="20"
image="/gui/img/find.png" width="35px"