fixes bug#0015158
dev: wallace qua: XXX git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@97829 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b85c77c26a
commit
52562fd3e7
|
@ -68,7 +68,7 @@
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
|
||||||
<textbox id="txtBoletoBancoAgencia"
|
<textbox id="txtBoletoBancoAgencia"
|
||||||
width="98%"
|
width="98%"
|
||||||
maxlength="50"
|
maxlength="20"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
|
||||||
<textbox id="txtBoletoBancoConta"
|
<textbox id="txtBoletoBancoConta"
|
||||||
width="98%"
|
width="98%"
|
||||||
maxlength="6"
|
maxlength="20"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty /^[0-9]+$/" />
|
constraint="no empty /^[0-9]+$/" />
|
||||||
|
@ -113,6 +113,7 @@
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
|
||||||
<textbox id="txtBoletoBancoCarteiraVariavel"
|
<textbox id="txtBoletoBancoCarteiraVariavel"
|
||||||
width="98%"
|
width="98%"
|
||||||
|
maxlength="3"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -120,6 +121,7 @@
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
|
||||||
<textbox id="txtBoletoDiasVenc"
|
<textbox id="txtBoletoDiasVenc"
|
||||||
width="98%"
|
width="98%"
|
||||||
|
maxlength="6"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
|
@ -127,7 +129,10 @@
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
|
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
|
||||||
<textbox id="txtBoletoBancoInstrucao"
|
<textbox id="txtBoletoBancoInstrucao"
|
||||||
multiline="true" width="98%" rows="7" maxlength="240"
|
multiline="true"
|
||||||
|
width="98%"
|
||||||
|
rows="7"
|
||||||
|
maxlength="240"
|
||||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
|
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
Loading…
Reference in New Issue