From 4af571d081659a3800dae4853265ebc76a49f705 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 27 Jul 2011 04:59:57 +0000 Subject: [PATCH] Correções na formatação da janela da ferramenta tabela de um tema --- ferramentas/tabela/index.js.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/ferramentas/tabela/index.js.php b/ferramentas/tabela/index.js.php index 3cc4aa3..1dcb357 100644 --- a/ferramentas/tabela/index.js.php +++ b/ferramentas/tabela/index.js.php @@ -160,12 +160,18 @@ i3GEOF.tabela = { "i3GEOtabelabotao6", {onclick:{fn: i3GEOF.tabela.criaNovoTema}} ); + new YAHOO.widget.Button( + "i3GEOtabelabotaoLista", + {onclick:{fn: i3GEOF.tabela.pegaRegistros}} + ); $i("i3GEOtabelabotao2-button").style.minHeight = "1em"; $i("i3GEOtabelabotao2-button").style.padding = "0px 15px"; $i("i3GEOtabelabotao3-button").style.minHeight = "1em"; $i("i3GEOtabelabotao3-button").style.padding = "0px 15px"; $i("i3GEOtabelabotao6-button").style.minHeight = "1em"; $i("i3GEOtabelabotao6-button").style.padding = "0px 15px"; + $i("i3GEOtabelabotaoLista-button").style.minHeight = "1em"; + $i("i3GEOtabelabotaoLista-button").style.padding = "0px 15px"; new YAHOO.widget.Button( "i3GEOtabelabotao4", @@ -240,21 +246,21 @@ i3GEOF.tabela = { ins += ' até'; ins += $inputText("","","i3GEOtabelafim","",5,"20"); ins += ' '; - ins += ' Listar'; + ins += ' '; ins += ' '; ins += '
'; ins += '
'; ins += ' '; ins += ' '; @@ -428,7 +434,7 @@ i3GEOF.tabela = { ins += ""; n = retorno.data[0].itens.length; for (i=0;i  "+retorno.data[0].itens[i]+"";} + {ins += " 
"+retorno.data[0].itens[i]+"";} ins += ""; cor = "linha"; n = retorno.data[1].registros.length; -- libgit2 0.21.2