bug #6827
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@50045 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7b05aa363c
commit
17f664f528
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<zk>
|
<zk>
|
||||||
<window id="winEditarEstado" border="normal"
|
<window id="winEditarEstado" border="normal"
|
||||||
apply="${editarEstadoController}" width="550px" height="245px"
|
apply="${editarEstadoController}" width="550px" height="265px"
|
||||||
contentStyle="overflow:auto"
|
contentStyle="overflow:auto"
|
||||||
title="${c:l('editarEstadoController.window.title')}">
|
title="${c:l('editarEstadoController.window.title')}">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<label id="lbDescProcon"
|
<label id="lbDescProcon"
|
||||||
value="${c:l('busquedaEstadoController.lhDescProcon.label')}" />
|
value="${c:l('busquedaEstadoController.lhDescProcon.label')}" />
|
||||||
<textbox id="txtDescProcon"
|
<textbox id="txtDescProcon"
|
||||||
width="90%" maxlength="48"
|
width="90%" maxlength="80"
|
||||||
value="@{winEditarEstado$composer.estado.descProcon}"
|
value="@{winEditarEstado$composer.estado.descProcon}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
Loading…
Reference in New Issue