From 3798ac66728bfd8f703d960315f7c8c90ff9eccb Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 15 Jul 2015 21:12:09 +0000 Subject: [PATCH] --- aplicmap/.htaccess | 4 ++++ classesjs/classe_mapa.js | 3 ++- temas/.htaccess | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 aplicmap/.htaccess create mode 100644 temas/.htaccess diff --git a/aplicmap/.htaccess b/aplicmap/.htaccess new file mode 100644 index 0000000..332707b --- /dev/null +++ b/aplicmap/.htaccess @@ -0,0 +1,4 @@ + + Order Deny,Allow + Deny from all + diff --git a/classesjs/classe_mapa.js b/classesjs/classe_mapa.js index 2ded33b..18d8da7 100644 --- a/classesjs/classe_mapa.js +++ b/classesjs/classe_mapa.js @@ -776,7 +776,8 @@ i3GEO.mapa = + "
" + $trad("p3") + "
"; - janela = i3GEO.janela.cria(largura + "px", altura + "px", "", "", "", titulo, "wlegenda", false, "hd", cabecalho, minimiza); + janela = i3GEO.janela.cria(largura + "px", altura + "px", "", "", "", titulo, "wlegenda", false, "hd", cabecalho, minimiza,"","","","","nao"); + $i("wlegenda_corpo").style.backgroundColor = "white"; i3GEO.mapa.legendaHTML.ID = "wlegenda_corpo"; i3GEO.eventos.adicionaEventos("NAVEGAMAPA", [ diff --git a/temas/.htaccess b/temas/.htaccess new file mode 100644 index 0000000..332707b --- /dev/null +++ b/temas/.htaccess @@ -0,0 +1,4 @@ + + Order Deny,Allow + Deny from all + -- libgit2 0.21.2