#7494 - correção tamanho campo cve usuario
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@56453 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d164f35712
commit
db505315b8
|
@ -50,7 +50,7 @@
|
|||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.cveEmpleado.label')}"/>
|
||||
<textbox id="txtCveEmpleado" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" maxlength="10"/>
|
||||
<textbox id="txtCveEmpleado" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" maxlength="45"/>
|
||||
</row>
|
||||
<row spans="2">
|
||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||
|
@ -58,7 +58,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.CveUsuario.label')}"/>
|
||||
<textbox id="txtCveUsuario" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" maxlength="10"
|
||||
<textbox id="txtCveUsuario" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" maxlength="45"
|
||||
value="@{winEditarUsuario$composer.usuario.claveUsuario}" constraint="no empty"/>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue