Commit f341fc8304e626c888c77627e4c9ec851bdf652c

Authored by Edmar Moretti
1 parent db37945d

--no commit message

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
ferramentas/buffer/index.js
@@ -120,7 +120,7 @@ i3GEOF.buffer = { @@ -120,7 +120,7 @@ i3GEOF.buffer = {
120 titulo = $trad("u10")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=24' >&nbsp;&nbsp;&nbsp;</a>"; 120 titulo = $trad("u10")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=24' >&nbsp;&nbsp;&nbsp;</a>";
121 cabecalho = function(){}; 121 cabecalho = function(){};
122 janela = i3GEO.janela.cria( 122 janela = i3GEO.janela.cria(
123 - "400px", 123 + "420px",
124 "200px", 124 "200px",
125 "", 125 "",
126 "", 126 "",
@@ -177,13 +177,14 @@ i3GEOF.buffer = { @@ -177,13 +177,14 @@ i3GEOF.buffer = {
177 i3GEOF.buffer.comboItens(); 177 i3GEOF.buffer.comboItens();
178 }, 178 },
179 t3: function(){ 179 t3: function(){
180 - var ins = "<p class='paragrafo'>"+$trad('adicionaTemaEntorno',i3GEOF.buffer.dicionario); 180 + var b,ins = "<p class='paragrafo'>"+$trad('adicionaTemaEntorno',i3GEOF.buffer.dicionario);
181 ins += "<br><br><input id=i3GEObufferbotao1 type='button' value='"+$trad('criaEntorno',i3GEOF.buffer.dicionario)+"' />"; 181 ins += "<br><br><input id=i3GEObufferbotao1 type='button' value='"+$trad('criaEntorno',i3GEOF.buffer.dicionario)+"' />";
182 i3GEO.util.proximoAnterior("i3GEOF.buffer.t2()","",ins,"i3GEOF.buffer.t3","i3GEObufferresultado",true,"i3GEOF.buffer_rodape"); 182 i3GEO.util.proximoAnterior("i3GEOF.buffer.t2()","",ins,"i3GEOF.buffer.t3","i3GEObufferresultado",true,"i3GEOF.buffer_rodape");
183 - new YAHOO.widget.Button( 183 + b = new YAHOO.widget.Button(
184 "i3GEObufferbotao1", 184 "i3GEObufferbotao1",
185 {onclick:{fn: i3GEOF.buffer.criaBuffer}} 185 {onclick:{fn: i3GEOF.buffer.criaBuffer}}
186 ); 186 );
  187 + b.addClass("rodar");
187 }, 188 },
188 /* 189 /*
189 Function: criaBuffer 190 Function: criaBuffer