fixes bug#17193
dev: Lucas Silvério qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@98984 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d98515bd22
commit
d00023cacf
|
@ -126,14 +126,53 @@
|
|||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.countRemessa.label')}" />
|
||||
<textbox id="txtCountRemessa"
|
||||
width="98%"
|
||||
maxlength="6"
|
||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.countRemessa}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao.label')}" />
|
||||
<textbox id="txtBoletoBancoInstrucao"
|
||||
multiline="true"
|
||||
width="98%"
|
||||
rows="7"
|
||||
maxlength="240"
|
||||
maxlength="89"
|
||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao2.label')}" />
|
||||
<textbox id="txtBoletoBancoInstrucao2"
|
||||
multiline="true"
|
||||
width="98%"
|
||||
rows="7"
|
||||
maxlength="89"
|
||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao2}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao3.label')}" />
|
||||
<textbox id="txtBoletoBancoInstrucao3"
|
||||
multiline="true"
|
||||
width="98%"
|
||||
rows="7"
|
||||
maxlength="89"
|
||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao3}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucaoSacado.label')}" />
|
||||
<textbox id="txtBoletoBancoInstrucaoSacado"
|
||||
multiline="true"
|
||||
width="98%"
|
||||
rows="7"
|
||||
maxlength="89"
|
||||
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucaoSacado}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Loading…
Reference in New Issue