Commit 354ca3723595fae1df5d8b6b6134233f69936e51

Authored by Edmar Moretti
1 parent f11e5a7e

Corrige opção de escolha interativa de cor na ferramenta "gráfico" em propriedades do tema

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/graficotema/index.js.php
... ... @@ -183,7 +183,7 @@ i3GEOF.graficoTema = {
183 183 ins.push("<tr><td><input size=2 style='cursor:pointer;border:0px solid white;' name="+retorno.data.valores[i].item+" type=checkbox id=i3GEOgraficotema"+retorno.data.valores[i].item+" /></td>");
184 184 ins.push("<td>&nbsp;"+retorno.data.valores[i].item+"</td>");
185 185 ins.push("<td>&nbsp;<input onclick='javascript:this.select();' id=i3GEOgraficotema"+retorno.data.valores[i].item+"cor type=text size=13 value="+i3GEO.util.randomRGB()+" /></td>");
186   - ins.push("<td>&nbsp;<img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.graficoTema.corj('i3GEOgraficotemacor"+retorno.data.valores[i].item+"')\" /></td></tr>");
  186 + ins.push("<td>&nbsp;<img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.graficoTema.corj('i3GEOgraficotema"+retorno.data.valores[i].item+"cor')\" /></td></tr>");
187 187 }
188 188 ins.push("</table>");
189 189 $i("i3GEOgraficotemalistai").innerHTML = ins.join("");
... ...