Commit 19a3b65c74589b9052c1eb8aa2f501ab1d70ed7e
1 parent
42a5685f
Exists in
master
and in
7 other branches
v6 - inclusão do link para a lista de atlas na página de abertura
Showing
4 changed files
with
10 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
6.39 KB
init/dicionario.js
@@ -154,5 +154,11 @@ es:"" | @@ -154,5 +154,11 @@ es:"" | ||
154 | pt:"Teste do conversor de projeto GVP para Mapfile", | 154 | pt:"Teste do conversor de projeto GVP para Mapfile", |
155 | en:"", | 155 | en:"", |
156 | es:"" | 156 | es:"" |
157 | +}], | ||
158 | +27: [ | ||
159 | +{ | ||
160 | +pt:"Lista de Atlas cadastrados", | ||
161 | +en:"", | ||
162 | +es:"" | ||
157 | }] | 163 | }] |
158 | }; | 164 | }; |
init/index.php
@@ -188,6 +188,10 @@ botoesIni.push({ | @@ -188,6 +188,10 @@ botoesIni.push({ | ||
188 | "href":"../geradordelinks.htm", | 188 | "href":"../geradordelinks.htm", |
189 | "titulo":$trad(13,g_traducao_init) | 189 | "titulo":$trad(13,g_traducao_init) |
190 | },{ | 190 | },{ |
191 | + "img":"atlas.png", | ||
192 | + "href":"../atlas", | ||
193 | + "titulo":$trad(27,g_traducao_init) | ||
194 | + },{ | ||
191 | "img":"folder-image.png", | 195 | "img":"folder-image.png", |
192 | "href":"../exemplos", | 196 | "href":"../exemplos", |
193 | "titulo":$trad(14,g_traducao_init) | 197 | "titulo":$trad(14,g_traducao_init) |