From 1f01b151a7bf3ae9d49f47db6419c158537ac445 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 4 Aug 2011 13:03:04 +0000 Subject: [PATCH] Inclusão de opção no editor de legenda que permite alterar a ordem das classes --- ferramentas/legenda/index.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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