Commit d88e6e128b1225272885c31e93ba2be08e49b85a

Authored by Murilo Caixêta
1 parent df54cc92

Inserção do link para o tópico de ajuda

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
ferramentas/metaestat/listamapas.js
@@ -45,19 +45,20 @@ i3GEOF.listamapas = { @@ -45,19 +45,20 @@ i3GEOF.listamapas = {
45 if($i("i3GEOF.listamapas_corpo")){ 45 if($i("i3GEOF.listamapas_corpo")){
46 return; 46 return;
47 } 47 }
48 - var minimiza,cabecalho,janela,divid; 48 + var minimiza,cabecalho,janela,divid,titulo;
49 cabecalho = function(){ 49 cabecalho = function(){
50 }; 50 };
51 minimiza = function(){ 51 minimiza = function(){
52 i3GEO.janela.minimiza("i3GEOF.listamapas"); 52 i3GEO.janela.minimiza("i3GEOF.listamapas");
53 }; 53 };
  54 + titulo = "Mapas"+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=9&idajuda=125' >&nbsp;&nbsp;&nbsp;</a>";
54 janela = i3GEO.janela.cria( 55 janela = i3GEO.janela.cria(
55 "350px", 56 "350px",
56 "300px", 57 "300px",
57 "", 58 "",
58 "", 59 "",
59 "", 60 "",
60 - "Mapas", 61 + titulo,
61 "i3GEOF.listamapas", 62 "i3GEOF.listamapas",
62 false, 63 false,
63 "hd", 64 "hd",
@@ -107,4 +108,4 @@ i3GEOF.listamapas = { @@ -107,4 +108,4 @@ i3GEOF.listamapas = {
107 p = i3GEO.configura.locaplic+"/admin/php/metaestat.php?funcao=listaTemplatesMapa"; 108 p = i3GEO.configura.locaplic+"/admin/php/metaestat.php?funcao=listaTemplatesMapa";
108 i3GEO.util.ajaxGet(p,listaTemplates); 109 i3GEO.util.ajaxGet(p,listaTemplates);
109 } 110 }
110 -};  
111 \ No newline at end of file 111 \ No newline at end of file
  112 +};