Commit 19a3b65c74589b9052c1eb8aa2f501ab1d70ed7e

Authored by Edmar Moretti
1 parent 42a5685f

v6 - inclusão do link para a lista de atlas na página de abertura

admin/admin.db
No preview for this file type
init/atlas.png 0 → 100644

6.39 KB

init/dicionario.js
... ... @@ -154,5 +154,11 @@ es:""
154 154 pt:"Teste do conversor de projeto GVP para Mapfile",
155 155 en:"",
156 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 188 "href":"../geradordelinks.htm",
189 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 195 "img":"folder-image.png",
192 196 "href":"../exemplos",
193 197 "titulo":$trad(14,g_traducao_init)
... ...