Commit 975290f04c412195ae9ac2ed491d6e01b73c4389
1 parent
d88e6e12
Exists in
master
and in
7 other branches
Inserção do link para o tópico de ajuda da função congelaMapa
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
classesjs/classe_mapa.js
@@ -595,14 +595,15 @@ i3GEO.mapa = | @@ -595,14 +595,15 @@ i3GEO.mapa = | ||
595 | */ | 595 | */ |
596 | congelaMapa : function() { | 596 | congelaMapa : function() { |
597 | var url = "", idjanela = YAHOO.util.Dom.generateId(), cabecalho = function() { | 597 | var url = "", idjanela = YAHOO.util.Dom.generateId(), cabecalho = function() { |
598 | - }, minimiza = function() { | 598 | + }, titulo, minimiza = function() { |
599 | i3GEO.janela.minimiza(idjanela); | 599 | i3GEO.janela.minimiza(idjanela); |
600 | }; | 600 | }; |
601 | if (i3GEO.Interface.ATUAL === "openlayers" || i3GEO.Interface.ATUAL === "googlemaps") { | 601 | if (i3GEO.Interface.ATUAL === "openlayers" || i3GEO.Interface.ATUAL === "googlemaps") { |
602 | url = | 602 | url = |
603 | i3GEO.configura.locaplic + "/ferramentas/congelamapa/openlayers.php?g_sid=" + i3GEO.configura.sid + "&ext=" | 603 | i3GEO.configura.locaplic + "/ferramentas/congelamapa/openlayers.php?g_sid=" + i3GEO.configura.sid + "&ext=" |
604 | + i3GEO.util.extOSM2Geo(i3GEO.parametros.mapexten); | 604 | + i3GEO.util.extOSM2Geo(i3GEO.parametros.mapexten); |
605 | - i3GEO.janela.cria("500px", "350px", url, "", "", $trad("x64"), idjanela, false, "hd", cabecalho, minimiza); | 605 | + titulo = "Mapa"+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=6&idajuda=123' > </a>"; |
606 | + i3GEO.janela.cria("500px", "350px", url, "", "", titulo, idjanela, false, "hd", cabecalho, minimiza); | ||
606 | } | 607 | } |
607 | }, | 608 | }, |
608 | /* | 609 | /* |