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
1 | //+$trad(1,i3GEOF.carregaMapa.dicionario)+ | 1 | //+$trad(1,i3GEOF.carregaMapa.dicionario)+ |
2 | i3GEOF.carregaMapa.dicionario = { | 2 | i3GEOF.carregaMapa.dicionario = { |
3 | -1: [{ | 3 | +'insereArquivo': [{ |
4 | pt:"Arquivo para upload:", | 4 | pt:"Arquivo para upload:", |
5 | en:"", | 5 | en:"", |
6 | es:"" | 6 | es:"" |
7 | }], | 7 | }], |
8 | -2: [{ | 8 | +'carregaArquivo': [{ |
9 | pt:"Carregar arquivo", | 9 | pt:"Carregar arquivo", |
10 | en:"", | 10 | en:"", |
11 | es:"" | 11 | es:"" |
ferramentas/carregamapa/index.js
@@ -102,11 +102,11 @@ i3GEOF.carregaMapa = { | @@ -102,11 +102,11 @@ i3GEOF.carregaMapa = { | ||
102 | html:function(){ | 102 | html:function(){ |
103 | var ins = ''; | 103 | var ins = ''; |
104 | ins += '<form id=i3GEOcarregamapaf target="i3GEOcarregamaiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/carregamapa/upload.php" method="post" ENCTYPE="multipart/form-data" >' + | 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 | '<br><br>' + | 106 | '<br><br>' + |
107 | '<p class="paragrafo" ><input type="file" name="i3GEOcarregamapafilemap" size="22" style="top:0px;left:0px;cursor:pointer;">' + | 107 | '<p class="paragrafo" ><input type="file" name="i3GEOcarregamapafilemap" size="22" style="top:0px;left:0px;cursor:pointer;">' + |
108 | '<br><br>' + | 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 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + | 110 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
111 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000" >' + | 111 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000" >' + |
112 | '</form>' + | 112 | '</form>' + |