Merge pull request 'bug#al-3666' (!354) from AL3666 into master
Reviewed-on: adm/VentaBoletosAdm#354 Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>master 1.39.2
commit
bb1534c88a
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.39.1</version>
|
<version>1.39.2</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -1119,7 +1119,7 @@
|
||||||
|
|
||||||
<textbox id="txtSenhaIntegracaoAGR"
|
<textbox id="txtSenhaIntegracaoAGR"
|
||||||
width="360px" value="@{winEditarEmpresa$composer.empresa.senhaIntegracaoAGR}"
|
width="360px" value="@{winEditarEmpresa$composer.empresa.senhaIntegracaoAGR}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
type="text" />
|
||||||
|
|
||||||
<image src="/gui/img/Question_mark_1.png" style="cursor: help"
|
<image src="/gui/img/Question_mark_1.png" style="cursor: help"
|
||||||
tooltiptext="${c:l('editarEmpresaController.indIntegracaoAGR.help')}" />
|
tooltiptext="${c:l('editarEmpresaController.indIntegracaoAGR.help')}" />
|
||||||
|
|
Loading…
Reference in New Issue