Commit 08fa6b85878f87c3f5d4c3e7cbce9b49c27b9ac7
1 parent
b43b96bc
Exists in
master
and in
7 other branches
Correção do link para o tópico de ajuda
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/filtroarvore/index.js
... | ... | @@ -128,7 +128,7 @@ i3GEOF.filtroarvore = { |
128 | 128 | i3GEO.janela.minimiza("i3GEOF.filtroarvore"); |
129 | 129 | }; |
130 | 130 | //cria a janela flutuante |
131 | - titulo = $trad("t29")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=1&idajuda=4' > </a>"; | |
131 | + titulo = $trad("t29")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=7&idajuda=97' > </a>"; | |
132 | 132 | janela = i3GEO.janela.cria( |
133 | 133 | "220px", |
134 | 134 | "140px", |
... | ... | @@ -168,4 +168,4 @@ i3GEOF.filtroarvore = { |
168 | 168 | } |
169 | 169 | objeto.value = ""; |
170 | 170 | } |
171 | -}; | |
172 | 171 | \ No newline at end of file |
172 | +}; | ... | ... |