Commit df54cc92f3fde96fb6d351326e45c53fd260b647
1 parent
cf4623e0
Exists in
master
and in
7 other branches
Inserção do link para o tópico de ajuda
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
ferramentas/metaestat/index.js
... | ... | @@ -2376,7 +2376,7 @@ i3GEOF.metaestat = { |
2376 | 2376 | * Para capturar o objeto janela utilize janela = YAHOO.i3GEO.janela.manager.find("i3geoCartoParametros"); |
2377 | 2377 | */ |
2378 | 2378 | abreJanela: function(){ |
2379 | - var cabecalho,minimiza,imagemxy,janela,modal = false; | |
2379 | + var cabecalho,minimiza,imagemxy,janela,modal,titulo = false; | |
2380 | 2380 | if (!$i("i3geoCartoParametros")){ |
2381 | 2381 | cabecalho = function(){ |
2382 | 2382 | }; |
... | ... | @@ -2386,13 +2386,14 @@ i3GEOF.metaestat = { |
2386 | 2386 | if(i3GEOF.metaestat.INTERFACE == "flutuanteSimples"){ |
2387 | 2387 | modal = true; |
2388 | 2388 | } |
2389 | + titulo = $trad("x57")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=9&idajuda=124' > </a>"; | |
2389 | 2390 | janela = i3GEO.janela.cria( |
2390 | 2391 | i3GEOF.metaestat.LARGURA+10+"px", |
2391 | 2392 | i3GEOF.metaestat.ALTURA+"px", |
2392 | 2393 | "", |
2393 | 2394 | "", |
2394 | 2395 | "", |
2395 | - $trad("x57"), | |
2396 | + titulo, | |
2396 | 2397 | "i3geoCartoParametros", |
2397 | 2398 | modal, |
2398 | 2399 | "hd", | ... | ... |