Commit 7c50d7154ca44385a71371ca84adcf7ad10d33e7

Authored by Edmar Moretti
1 parent 44ce5873

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,6 +53,7 @@ body {
53 <input type=submit value="Salvar" /> 53 <input type=submit value="Salvar" />
54 <input type=button value="Testar" onclick="testar()" /> 54 <input type=button value="Testar" onclick="testar()" />
55 <input type=button value="Testar no i3Geo" onclick="abrirI3geo()" /> 55 <input type=button value="Testar no i3Geo" onclick="abrirI3geo()" />
  56 + <input type=button value="Tabela" onclick="abrirTabela()" />
56 (Salve antes de testar) 57 (Salve antes de testar)
57 </fieldset> 58 </fieldset>
58 <fieldset style="position: relative; float: left; width:500px;margin: 5px;padding:5px;"> 59 <fieldset style="position: relative; float: left; width:500px;margin: 5px;padding:5px;">
@@ -271,4 +272,7 @@ function testar(){ @@ -271,4 +272,7 @@ function testar(){
271 function abrirI3geo(){ 272 function abrirI3geo(){
272 window.open("../../ms_criamapa.php?layers=<?php echo $_GET["mapfile"]; ?>"); 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 </script> 278 </script>