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-87c2c4800839master
parent
21e8fa1d54
commit
8c6f4f4aa6
|
@ -31,7 +31,7 @@
|
||||||
<label id="lbImei"
|
<label id="lbImei"
|
||||||
value="${c:l('editarOperadoresDispositivoController.lbImei.value')}" />
|
value="${c:l('editarOperadoresDispositivoController.lbImei.value')}" />
|
||||||
<textbox id="txtDescImei"
|
<textbox id="txtDescImei"
|
||||||
width="99%" maxlength="20"
|
width="99%" maxlength="25"
|
||||||
value=""
|
value=""
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<label id="lbPuntoVenta"
|
<label id="lbPuntoVenta"
|
||||||
value="${c:l('editarOperadoresDispositivoController.lbPuntoVenta.value')}" />
|
value="${c:l('editarOperadoresDispositivoController.lbPuntoVenta.value')}" />
|
||||||
<textbox id="txtPuntoVenta"
|
<textbox id="txtPuntoVenta"
|
||||||
width="99%" maxlength="20"
|
width="99%" maxlength="100"
|
||||||
value=""
|
value=""
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<label id="lbFiltro"
|
<label id="lbFiltro"
|
||||||
value="${c:l('editarOperadoresDispositivoController.lhLogin.label')}" width="80px" height="20"/>
|
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" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
<button id="btnAplicarFiltro" height="20"
|
<button id="btnAplicarFiltro" height="20"
|
||||||
image="/gui/img/find.png" width="35px"
|
image="/gui/img/find.png" width="35px"
|
||||||
|
|
Loading…
Reference in New Issue