Commit 1494bbafeb11a869af50e1a3a5e1c65c5efd6330
1 parent
5da949e9
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
ferramentas/parametrossql/index.js
@@ -270,14 +270,15 @@ i3GEOF.parametrossql = { | @@ -270,14 +270,15 @@ i3GEOF.parametrossql = { | ||
270 | p = i3GEO.editorOL.layerPorParametro("LAYERS",camada.name); | 270 | p = i3GEO.editorOL.layerPorParametro("LAYERS",camada.name); |
271 | //muda os parametros | 271 | //muda os parametros |
272 | if(p){ | 272 | if(p){ |
273 | + $i("i3GEOFparametrosSqlAplicar").innerHTML = "Aguarde..."; | ||
273 | reg = new RegExp("plugin" + "([=])+([a-zA-Z0-9_]*)"); | 274 | reg = new RegExp("plugin" + "([=])+([a-zA-Z0-9_]*)"); |
274 | p.url = p.url.replace(reg, ""); | 275 | p.url = p.url.replace(reg, ""); |
275 | p.url = p.url + "&plugin=" + valores.join(","); | 276 | p.url = p.url + "&plugin=" + valores.join(","); |
276 | p.setUrl(p.url+"&"); | 277 | p.setUrl(p.url+"&"); |
277 | - i3GEO.janela.destroi("i3GEOF.parametrossql"); | ||
278 | p.setVisibility(false); | 278 | p.setVisibility(false); |
279 | p.setVisibility(true); | 279 | p.setVisibility(true); |
280 | } | 280 | } |
281 | + i3GEO.janela.destroi("i3GEOF.parametrossql"); | ||
281 | } | 282 | } |
282 | }, | 283 | }, |
283 | cancela: function(){ | 284 | cancela: function(){ |
ferramentas/parametrossql/template_mst.html
1 | <div style='margin-left: 5px;'> | 1 | <div style='margin-left: 5px;'> |
2 | <div id='i3GEOFparametrosSQLForm'></div> | 2 | <div id='i3GEOFparametrosSQLForm'></div> |
3 | <br><br> | 3 | <br><br> |
4 | - <input id='i3GEOFparametrosSqlAplicar' type='button' value='Aplicar' /> | 4 | + <input id='i3GEOFparametrosSqlAplicar' type='button' value='Aplicar' style='display: block;'/> |
5 | </div> | 5 | </div> |
6 | \ No newline at end of file | 6 | \ No newline at end of file |