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 118 pt:"Incluia um link apenas na sua página",
119 119 en:"",
120 120 es:""
  121 +}],
  122 +21: [
  123 +{
  124 +pt:"Manual de administração",
  125 +en:"",
  126 +es:""
121 127 }]
122 128 };
123 129 \ No newline at end of file
... ...
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 },{
... ...