Commit 07983720b619a17b405c6941f1c92925ebb03b89
1 parent
7540e6a6
Exists in
master
and in
7 other branches
Correção na opção voltar
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/php/editortexto.php
... | ... | @@ -47,7 +47,7 @@ body { |
47 | 47 | <body class=" yui-skin-sam "> |
48 | 48 | <div class="" id="divGeral" style="width: 100%;"> |
49 | 49 | <div style="position: relative; float: left; height: 200px; width:500px;margin: 5px;"> |
50 | - <input type=button value="<--- Voltar" onclick="window.history.back()" /> | |
50 | + <input type=button value="<--- Voltar" onclick="window.location.href='../html/editormapfile.html'" /> | |
51 | 51 | <h2>Editor de mapfiles</h2> |
52 | 52 | Mais detalhes sobre a edição de mapfiles: <a href="http://mapserver.org/mapfile/index.html#mapfile" target="_new">Documentação do Mapserver</a> |
53 | 53 | <br><br> | ... | ... |