Commit 9ae6d2e8d1ef186793d18e88d1045fe5918bf1ed

Authored by Edmar Moretti
1 parent f6bf75ca

--no commit message

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
admin/js/editormapfile.js
... ... @@ -29,7 +29,7 @@ Arquivo:
29 29  
30 30 i3geo/admin/js/editormapfile.js
31 31 */
32   -
  32 +//TODO reposicionar os botoes de salvar, voltar, etc
33 33 contaN = 0;
34 34 objcontype = [
35 35 {texto:"MS_INLINE",valor:"0"},
... ... @@ -943,7 +943,7 @@ function selConexaoBanco(eleValue){
943 943 };
944 944 for(i=0;i<n;i++){
945 945 temp = "password=****** user="+dados[i].usuario+" dbname="+dados[i].bancodedados+" host="+dados[i].host+" port="+dados[i].porta;
946   -
  946 +
947 947  
948 948 textos.push("<b>"+dados[i].codigo_estat_conexao+"</b> (d: "+dados[i].bancodedados+" h: "+dados[i].host+" u: "+dados[i].usuario+")");
949 949 valores.push(temp);
... ...