Commit 406efe45c30eef980d17d168845d35d7bf637c5e
1 parent
5210e911
Exists in
master
and in
7 other branches
Alteração na página de inicilização para incluir link do manual de administração
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
init/dicionario.js
init/index.php
... | ... | @@ -172,6 +172,10 @@ botoesIni.push({ |
172 | 172 | "titulo":$trad(15,g_traducao_init) |
173 | 173 | },{ |
174 | 174 | "img":"../imagens/oxygen/22x22/help-contents.png", |
175 | + "href":"../documentacao/manual-admin-i3geo-4_7-pt.pdf", | |
176 | + "titulo":$trad(21,g_traducao_init) | |
177 | + },{ | |
178 | + "img":"../imagens/oxygen/22x22/help-contents.png", | |
175 | 179 | "href":"../guia_de_migracao.txt", |
176 | 180 | "titulo":$trad(17,g_traducao_init) |
177 | 181 | },{ | ... | ... |