From 9f5e07277aeeaf4fd79a17c15e0a0b9bd9cc94f7 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 1 Jun 2012 20:01:03 +0000 Subject: [PATCH] Ticket #531 --- ferramentas/tabela/index.js.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ferramentas/tabela/index.js.php b/ferramentas/tabela/index.js.php index 67d366e..5973835 100644 --- a/ferramentas/tabela/index.js.php +++ b/ferramentas/tabela/index.js.php @@ -421,6 +421,7 @@ i3GEOF.tabela = { inicio = $i("i3GEOtabelainicio").value - 1, fim = $i("i3GEOtabelafim").value, p, + dadosDaClasse = "nao", cp = new cpaint(); if ($i("i3GEOtabelatiporeg").checked) {tiporeg = "mapa";} @@ -454,7 +455,7 @@ i3GEOF.tabela = { ins += ""; n = retorno.data[0].itens.length; for (i=0;i 
"+retorno.data[0].itens[i]+"";} + {ins += " 
"+retorno.data[0].alias[i]+"";} ins += ""; cor = "linha"; n = retorno.data[1].registros.length; @@ -664,6 +665,8 @@ i3GEOF.tabela = { p, cp, temp = function(retorno){ + if(i3GEO.Interface.ATUAL === "padrao") + {i3GEO.atualiza(retorno);} i3GEO.Interface.atualizaTema(retorno,i3GEOF.tabela.tema); i3GEOF.tabela.aguarde.visibility = "hidden"; }; -- libgit2 0.21.2