gleimar 2017-02-17 16:55:33 +00:00
parent ed35d03206
commit 1f6ffcac36
2 changed files with 5 additions and 3 deletions

View File

@ -1005,7 +1005,7 @@ editarEmpresaController.indcarboletosdevolvidosconf.label = Carregar Bilhetes De
editarEmpresaController.boletoAgrupado.label = Boleto Agrupado
editarEmpresaController.enviarEmailComissao.label = Enviar email pendências fechamento
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.inscEstCnpj.label = CNPJ
editarEmpresaController.inscEstLogradouro.label = Logradouro

View File

@ -424,8 +424,10 @@
</row>
<row>
<label id="lblEmail" value="${c:l('editarEmpresaController.email.label')}" />
<textbox id="txtEmail" value="@{winEditarEmpresa$composer.empresa.email}"
maxlength="50" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
<textbox id="txtEmail" value="@{winEditarEmpresa$composer.empresa.email}" multiline="true"
width="90%"
rows="2"
maxlength="250" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
</rows>