Commit 21cbb89c13626414f1767a2ae5cebad0f8d3c9c6
1 parent
005c8510
Exists in
master
and in
7 other branches
correção na abertura de um sistema de adição de camadas
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesjs/classe_arvoredetemas.js
| ... | ... | @@ -992,7 +992,7 @@ i3GEO.arvoreDeTemas = { |
| 992 | 992 | iglt = sis.length; |
| 993 | 993 | tempNode = new YAHOO.widget.HTMLNode( |
| 994 | 994 | { |
| 995 | - html:"<b>Sistemas</b>"+" <a class=ajuda_usuario target=_blank href='"+i3GEO.configura.locaplic+"/ajuda_usuario.php?idcategoria=4&idajuda=34' > </a>", | |
| 995 | + html:"<b>"+$trad("a11")+"</b>"+" <a class=ajuda_usuario target=_blank href='"+i3GEO.configura.locaplic+"/ajuda_usuario.php?idcategoria=4&idajuda=34' > </a>", | |
| 996 | 996 | expanded:false,enableHighlight:false |
| 997 | 997 | }, |
| 998 | 998 | root |
| ... | ... | @@ -1012,7 +1012,7 @@ i3GEO.arvoreDeTemas = { |
| 1012 | 1012 | funcoes = sis[ig].FUNCOES; |
| 1013 | 1013 | tempf = funcoes.length; |
| 1014 | 1014 | for (ig2=0;ig2<tempf;ig2+=1){ |
| 1015 | - abre = "i3GEO.janela.cria('"+(funcoes[ig2].W)+"px','"+(funcoes[ig2].H)+"px','"+(funcoes[ig2].ABRIR)+"','','',"+$trad("a11")+")"; | |
| 1015 | + abre = "i3GEO.janela.cria('"+(funcoes[ig2].W)+"px','"+(funcoes[ig2].H)+"px','"+(funcoes[ig2].ABRIR)+"','','','"+$trad("a11")+"')"; | |
| 1016 | 1016 | nomeFunc = "<a href='#' onclick=\""+abre+"\">"+funcoes[ig2].NOME+"</a>"; |
| 1017 | 1017 | new YAHOO.widget.HTMLNode( |
| 1018 | 1018 | {html:nomeFunc,expanded:false,enableHighlight:false,isLeaf:true}, | ... | ... |