Commit 7c3c8ab42a6b2b3dd7ccc7032035409ffaf3b745
1 parent
927fda0b
Exists in
master
and in
7 other branches
Substituição dos IDs para os textos das ferramenta por palavras-chave
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
ferramentas/carregamapa/dicionario.js
ferramentas/carregamapa/index.js
... | ... | @@ -102,11 +102,11 @@ i3GEOF.carregaMapa = { |
102 | 102 | html:function(){ |
103 | 103 | var ins = ''; |
104 | 104 | ins += '<form id=i3GEOcarregamapaf target="i3GEOcarregamaiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/carregamapa/upload.php" method="post" ENCTYPE="multipart/form-data" >' + |
105 | - '<p class="paragrafo" >'+$trad(1,i3GEOF.carregaMapa.dicionario)+ | |
105 | + '<p class="paragrafo" >'+$trad('insereArquivo',i3GEOF.carregaMapa.dicionario)+ | |
106 | 106 | '<br><br>' + |
107 | 107 | '<p class="paragrafo" ><input type="file" name="i3GEOcarregamapafilemap" size="22" style="top:0px;left:0px;cursor:pointer;">' + |
108 | 108 | '<br><br>' + |
109 | - '<p class="paragrafo" ><input id=i3GEOcarregamapabotao1 type="button" value="'+$trad(2,i3GEOF.carregaMapa.dicionario)+'" size=12 name="submit"><br>' + | |
109 | + '<p class="paragrafo" ><input id=i3GEOcarregamapabotao1 type="button" value="'+$trad('carregaArquivo',i3GEOF.carregaMapa.dicionario)+'" size=12 name="submit"><br>' + | |
110 | 110 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
111 | 111 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000" >' + |
112 | 112 | '</form>' + | ... | ... |