fixes bug#8638
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@66020 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ed35d03206
commit
1f6ffcac36
|
@ -1005,7 +1005,7 @@ editarEmpresaController.indcarboletosdevolvidosconf.label = Carregar Bilhetes De
|
||||||
editarEmpresaController.boletoAgrupado.label = Boleto Agrupado
|
editarEmpresaController.boletoAgrupado.label = Boleto Agrupado
|
||||||
editarEmpresaController.enviarEmailComissao.label = Enviar email pendências fechamento
|
editarEmpresaController.enviarEmailComissao.label = Enviar email pendências fechamento
|
||||||
editarEmpresaController.naopermiteconfsemmalote.label = Não Permite Conferência Sem Confirmação do Malote
|
editarEmpresaController.naopermiteconfsemmalote.label = Não Permite Conferência Sem Confirmação do Malote
|
||||||
editarEmpresaController.email.label = Email
|
editarEmpresaController.email.label = Email (para mais, separar com ';')
|
||||||
editarEmpresaController.btnPesquisa.label = Pesquisa
|
editarEmpresaController.btnPesquisa.label = Pesquisa
|
||||||
editarEmpresaController.inscEstCnpj.label = CNPJ
|
editarEmpresaController.inscEstCnpj.label = CNPJ
|
||||||
editarEmpresaController.inscEstLogradouro.label = Logradouro
|
editarEmpresaController.inscEstLogradouro.label = Logradouro
|
||||||
|
|
|
@ -424,8 +424,10 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label id="lblEmail" value="${c:l('editarEmpresaController.email.label')}" />
|
<label id="lblEmail" value="${c:l('editarEmpresaController.email.label')}" />
|
||||||
<textbox id="txtEmail" value="@{winEditarEmpresa$composer.empresa.email}"
|
<textbox id="txtEmail" value="@{winEditarEmpresa$composer.empresa.email}" multiline="true"
|
||||||
maxlength="50" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
width="90%"
|
||||||
|
rows="2"
|
||||||
|
maxlength="250" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
|
|
Loading…
Reference in New Issue