Commit dc3424bbda7f0a07860a13f0f9ba6d05b7495941
1 parent
9ef50d07
Exists in
master
and in
7 other branches
Inclusão de mensagem indicando que o processo terminou
Showing
1 changed file
with
7 additions
and
5 deletions
Show diff stats
ferramentas/salvamapfile/index.js.php
@@ -76,8 +76,9 @@ i3GEOF.salvamapfile = { | @@ -76,8 +76,9 @@ i3GEOF.salvamapfile = { | ||
76 | } | 76 | } |
77 | else | 77 | else |
78 | { | 78 | { |
79 | - var ins = "<p class=paragrafo >O tema ("+nome+") ativo possui um mapfile já criado. Ao salvar, as definições originais de legenda, filtros e outras, serão substituídas pelas atuais</p>" + | ||
80 | - '<br><br><p class=paragrafo ><input size=20 id=i3GEOsalvamapfilebotao1 type=button value="Salvar" /> <input size=20 id=i3GEOsalvamapfilebotao2 type=button value="Testar" />'; | 79 | + var ins = "<p class=paragrafo >O tema ("+nome+") ativo possui um mapfile já criado. Ao salvar, as definições originais de legenda, filtros e outras, serão substituídas pelas atuais" + |
80 | + '<span id="i3GEOsalvamapconcluido" style=display:none;color:red > Concluído!</span></p>' + | ||
81 | + '<br><p class=paragrafo ><input size=20 id=i3GEOsalvamapfilebotao1 type=button value="Salvar" /> <input size=20 id=i3GEOsalvamapfilebotao2 type=button value="Testar" />'; | ||
81 | $i(iddiv).innerHTML = ins; | 82 | $i(iddiv).innerHTML = ins; |
82 | new YAHOO.widget.Button( | 83 | new YAHOO.widget.Button( |
83 | "i3GEOsalvamapfilebotao1", | 84 | "i3GEOsalvamapfilebotao1", |
@@ -106,10 +107,10 @@ i3GEOF.salvamapfile = { | @@ -106,10 +107,10 @@ i3GEOF.salvamapfile = { | ||
106 | i3GEO.janela.minimiza("i3GEOF.salvamapfile"); | 107 | i3GEO.janela.minimiza("i3GEOF.salvamapfile"); |
107 | }; | 108 | }; |
108 | //cria a janela flutuante | 109 | //cria a janela flutuante |
109 | - titulo = "Salva o tema "+i3GEO.temaAtivo+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=92' > </a>"; | 110 | + titulo = "Salva o tema <i>"+i3GEO.temaAtivo+"</i> <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=92' > </a>"; |
110 | janela = i3GEO.janela.cria( | 111 | janela = i3GEO.janela.cria( |
111 | - "300px", | ||
112 | - "150px", | 112 | + "330px", |
113 | + "120px", | ||
113 | "", | 114 | "", |
114 | "", | 115 | "", |
115 | "", | 116 | "", |
@@ -137,6 +138,7 @@ i3GEOF.salvamapfile = { | @@ -137,6 +138,7 @@ i3GEOF.salvamapfile = { | ||
137 | i3GEOF.salvamapfile.aguarde.visibility = "visible"; | 138 | i3GEOF.salvamapfile.aguarde.visibility = "visible"; |
138 | var temp = function(){ | 139 | var temp = function(){ |
139 | i3GEOF.salvamapfile.aguarde.visibility = "hidden"; | 140 | i3GEOF.salvamapfile.aguarde.visibility = "hidden"; |
141 | + $i("i3GEOsalvamapconcluido").style.display = "block"; | ||
140 | }, | 142 | }, |
141 | p = i3GEO.configura.locaplic+"/admin/php/editormapfile.php?funcao=REFAZERLAYER&codigomap="+nome+"&maporigem="+mapfile+"&nomelayer="+nomelayer, | 143 | p = i3GEO.configura.locaplic+"/admin/php/editormapfile.php?funcao=REFAZERLAYER&codigomap="+nome+"&maporigem="+mapfile+"&nomelayer="+nomelayer, |
142 | cp = new cpaint(); | 144 | cp = new cpaint(); |