diff --git a/ferramentas/legenda/index.js.php b/ferramentas/legenda/index.js.php
index beb3249..f53b1e2 100644
--- a/ferramentas/legenda/index.js.php
+++ b/ferramentas/legenda/index.js.php
@@ -433,7 +433,7 @@ i3GEOF.legenda = {
id = retorno.data[i].tema+"-"+retorno.data[i].idclasse; //layer+indice da classe
re = new RegExp("'", "g");
exp = (retorno.data[i].expressao).replace(re,'"');
- ins.push("
 |  | ");
+ ins.push("
 |  | ");
ins.push(" | ");
ins.push("");
ins.push($inputText("","","i3GEOlegendaid_"+id,"digite o novo nome",30,retorno.data[i].nomeclasse,"nome","javascript:i3GEOF.legenda.aviso()"));
@@ -832,7 +832,7 @@ i3GEOF.legenda = {
cp = new cpaint(),
temp = function(){
i3GEOF.legenda.aguarde.visibility = "hidden";
- i3GEOF.legenda.mudaLegenda();
+ i3GEOF.legenda.mostralegenda();
};
cp.set_response_type("JSON");
cp.call(p,"foo",temp);
@@ -850,7 +850,7 @@ i3GEOF.legenda = {
cp = new cpaint(),
temp = function(){
i3GEOF.legenda.aguarde.visibility = "hidden";
- i3GEOF.legenda.mudaLegenda();
+ i3GEOF.legenda.mostralegenda();
};;
cp.set_response_type("JSON");
cp.call(p,"foo",temp);
--
libgit2 0.21.2 |