Commit 90b733edcf74358c36eb7c452511acb13101b0a1
1 parent
76f14d9a
Exists in
master
and in
7 other branches
Novo ícone na página principal que abre a lista de mapas salvos
Showing
3 changed files
with
11 additions
and
0 deletions
Show diff stats
init/dicionario.js
init/index.js
... | ... | @@ -44,6 +44,10 @@ botoesIni.push({ |
44 | 44 | "href":"../ferramentas/metaestat/editorlimites.php", |
45 | 45 | "titulo":$trad(9,g_traducao_init) |
46 | 46 | },{ |
47 | + "img":"window-duplicate.png", | |
48 | + "href":"../ferramentas/salvamapa/lista.htm", | |
49 | + "titulo":$trad(34,g_traducao_init) | |
50 | + },{ | |
47 | 51 | "img":"svn-update.png", |
48 | 52 | "href":"../datadownload.htm", |
49 | 53 | "titulo":$trad(10,g_traducao_init) | ... | ... |
1.41 KB