Commit 406efe45c30eef980d17d168845d35d7bf637c5e

Authored by Edmar Moretti
1 parent 5210e911

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
@@ -118,5 +118,11 @@ es:"" @@ -118,5 +118,11 @@ es:""
118 pt:"Incluia um link apenas na sua página", 118 pt:"Incluia um link apenas na sua página",
119 en:"", 119 en:"",
120 es:"" 120 es:""
  121 +}],
  122 +21: [
  123 +{
  124 +pt:"Manual de administração",
  125 +en:"",
  126 +es:""
121 }] 127 }]
122 }; 128 };
123 \ No newline at end of file 129 \ No newline at end of file
init/index.php
@@ -172,6 +172,10 @@ botoesIni.push({ @@ -172,6 +172,10 @@ botoesIni.push({
172 "titulo":$trad(15,g_traducao_init) 172 "titulo":$trad(15,g_traducao_init)
173 },{ 173 },{
174 "img":"../imagens/oxygen/22x22/help-contents.png", 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 "href":"../guia_de_migracao.txt", 179 "href":"../guia_de_migracao.txt",
176 "titulo":$trad(17,g_traducao_init) 180 "titulo":$trad(17,g_traducao_init)
177 },{ 181 },{