Commit 4f48c56ebc236499c3d4fad53b752b691979a937

Authored by Edmar Moretti
1 parent 036cee94

Correção no título do combo de seleção de temas no gerador de links permanentes

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
permlinks/index.js
... ... @@ -200,7 +200,7 @@ function i3geo_gl_configura(loc_i3geo,nomeseltema,temasa,link,grupo,subgrupo,tem
200 200 temas = [];
201 201  
202 202 //temas na raiz do menu
203   - temas.push("<option value=''>Escolha um menu</option>");
  203 + temas.push("<option value=''>Escolha um tema</option>");
204 204 $(raiz).each(function(i){
205 205 temas.push("<option value='"+raiz[i].tid+"'>"+raiz[i].nome+"</option>");
206 206 });
... ... @@ -238,7 +238,7 @@ function i3geo_gl_configura(loc_i3geo,nomeseltema,temasa,link,grupo,subgrupo,tem
238 238 temas = [];
239 239  
240 240 //temas na raiz do menu
241   - temas.push("<option value=''>Escolha um menu</option>");
  241 + temas.push("<option value=''>Escolha um tema</option>");
242 242 $(raiz).each(function(i){
243 243 temas.push("<option value='"+raiz[i].tid+"'>"+raiz[i].nome+"</option>");
244 244 });
... ...