From 36c134e65d841d419658b7e7763ab61c78801eb9 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 27 Oct 2014 12:36:09 +0000 Subject: [PATCH] --- admin/js/editormapfile_conexao.js | 2 +- ferramentas/editorsql/template_mst.html | 2 +- ferramentas/uploaddbf/template_mst.html | 14 ++++++++++---- ferramentas/uploadgpx/template_mst.html | 12 +++++++++--- ferramentas/uploadkml/template_mst.html | 13 +++++++++---- 5 files changed, 30 insertions(+), 13 deletions(-) diff --git a/admin/js/editormapfile_conexao.js b/admin/js/editormapfile_conexao.js index 8328e46..b06a336 100755 --- a/admin/js/editormapfile_conexao.js +++ b/admin/js/editormapfile_conexao.js @@ -151,7 +151,7 @@ function montaEditorDados(dados) $i("metaestat").onchange = function(){ core_desativaforms(idsMetaestat); var valor = $i("metaestat").value, - d; + d = []; if(valor === "SIM"){ d = ["metaestat_id_medida_variavel"]; } diff --git a/ferramentas/editorsql/template_mst.html b/ferramentas/editorsql/template_mst.html index b4dd5be..af7b8c2 100644 --- a/ferramentas/editorsql/template_mst.html +++ b/ferramentas/editorsql/template_mst.html @@ -1,4 +1,4 @@ - +

diff --git a/ferramentas/uploaddbf/template_mst.html b/ferramentas/uploaddbf/template_mst.html index b0bd1c2..746fe24 100644 --- a/ferramentas/uploaddbf/template_mst.html +++ b/ferramentas/uploaddbf/template_mst.html @@ -3,7 +3,7 @@

{{{tipoArquivo}}}:

@@ -21,7 +21,8 @@

- {{{arquivo}}}: + {{{arquivo}}}: +

@@ -30,8 +31,13 @@

- + + + +

+

- +
+
\ No newline at end of file diff --git a/ferramentas/uploadgpx/template_mst.html b/ferramentas/uploadgpx/template_mst.html index 25b9315..17be2ac 100644 --- a/ferramentas/uploadgpx/template_mst.html +++ b/ferramentas/uploadgpx/template_mst.html @@ -1,7 +1,8 @@

- {{{arquivoGpx}}}

+ {{{arquivoGpx}}}

+

@@ -10,8 +11,13 @@

- + + + +

+

- +
+
\ No newline at end of file diff --git a/ferramentas/uploadkml/template_mst.html b/ferramentas/uploadkml/template_mst.html index bf587b7..8e50d4c 100644 --- a/ferramentas/uploadkml/template_mst.html +++ b/ferramentas/uploadkml/template_mst.html @@ -2,7 +2,8 @@

{{{ajuda}}}

- {{{arquivoKml}}}
+ {{{arquivoKml}}}
+

@@ -17,10 +18,14 @@

-
+ +

{{{ajuda2}}}

- + + +

- +
+
\ No newline at end of file -- libgit2 0.21.2