Commit 774a2e521a9da31fd51bbb404c08d7262fd4183c
1 parent
80c317e9
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
admin/js/editormapfile_conexao.js
... | ... | @@ -20,7 +20,8 @@ function montaEditorDados(dados) |
20 | 20 | var temp = function(){ |
21 | 21 | salvarDadosEditor('conexao',dados.codigoMap,dados.codigoLayer,false); |
22 | 22 | }; |
23 | - core_montaEditor(temp,"500px","650px","","Conexão",true,true,false); | |
23 | + //nao use modal aqui!!!! | |
24 | + core_montaEditor(temp,"500px","650px","","Conexão",false,true,false); | |
24 | 25 | |
25 | 26 | var d = [],valor = "",idsForms = ["connection","data","tileitem","tileindex","type","tipooriginal","metaestat_id_medida_variavel"], |
26 | 27 | idsMetaestat = ["connection","data","tileitem","tileindex","tipooriginal"], | ... | ... |
testainstal.php
... | ... | @@ -112,8 +112,11 @@ echo "<br>---<br>"; |
112 | 112 | |
113 | 113 | if (get_cfg_var("safe_mode") == 1){ |
114 | 114 | echo "<span style=color:red >Problema: safe_mode no php.ini deveria estar como 'Off'. O i3Geo não irá funcionar!!!<br></span>"; |
115 | + echo "<br>---<br>"; | |
115 | 116 | } |
116 | - | |
117 | +echo "As seguintes letras devem aparecer corretamente acentuadas: çÇãâáÁóÓ"; | |
118 | +echo "<br>Caso contrário, certifique-se que o parâmetro de configuração do Apache <b>AddDefaultCharset</b> esteja desativado."; | |
119 | +echo "<br>---<br>"; | |
117 | 120 | //executa as opcoes linux definidas no formulario |
118 | 121 | if(!empty($_POST["criaPastaMstmp"]) && $_POST["criaPastaMstmp"] == "on"){ |
119 | 122 | echo "<br>Criando a pasta $dir_tmp \n"; | ... | ... |