From 7c50d7154ca44385a71371ca84adcf7ad10d33e7 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sat, 6 Jun 2015 01:50:12 +0000 Subject: [PATCH] Inclusãode botão para abrir tabela de atributos com reclinejs no editor de mapfiles --- admin/php/editortexto.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/admin/php/editortexto.php b/admin/php/editortexto.php index 3092790..acde72f 100644 --- a/admin/php/editortexto.php +++ b/admin/php/editortexto.php @@ -53,6 +53,7 @@ body { + (Salve antes de testar)
@@ -271,4 +272,7 @@ function testar(){ function abrirI3geo(){ window.open("../../ms_criamapa.php?layers="); } +function abrirTabela(){ + window.open("../../ferramentas/recline/default.php?tema="); +} -- libgit2 0.21.2