Commit 7c50d7154ca44385a71371ca84adcf7ad10d33e7
1 parent
44ce5873
Exists in
master
and in
7 other branches
Inclusãode botão para abrir tabela de atributos com reclinejs no editor de mapfiles
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
admin/php/editortexto.php
... | ... | @@ -53,6 +53,7 @@ body { |
53 | 53 | <input type=submit value="Salvar" /> |
54 | 54 | <input type=button value="Testar" onclick="testar()" /> |
55 | 55 | <input type=button value="Testar no i3Geo" onclick="abrirI3geo()" /> |
56 | + <input type=button value="Tabela" onclick="abrirTabela()" /> | |
56 | 57 | (Salve antes de testar) |
57 | 58 | </fieldset> |
58 | 59 | <fieldset style="position: relative; float: left; width:500px;margin: 5px;padding:5px;"> |
... | ... | @@ -271,4 +272,7 @@ function testar(){ |
271 | 272 | function abrirI3geo(){ |
272 | 273 | window.open("../../ms_criamapa.php?layers=<?php echo $_GET["mapfile"]; ?>"); |
273 | 274 | } |
275 | +function abrirTabela(){ | |
276 | + window.open("../../ferramentas/recline/default.php?tema=<?php echo $_GET["mapfile"]; ?>"); | |
277 | +} | |
274 | 278 | </script> | ... | ... |