Commit b3e2c4904fb4fe2407126f07fc3d8971dfd2c5a7
1 parent
2861c041
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
admin/js/atlas.js
... | ... | @@ -365,12 +365,12 @@ function montaDivAtlas(i) |
365 | 365 | }; |
366 | 366 | var ins = ""; |
367 | 367 | ins += core_geraLinhas(param); |
368 | - ins += $trad("pranchaInicia",i3GEOadmin.atlas.dicionario) +"<br>" | |
369 | - ins += "<div id=comboPranchaIni ></div><br>" | |
370 | - ins += $trad("tipoGuia",i3GEOadmin.atlas.dicionario) +"<br>" | |
371 | - ins += "<select id='Etipoguias_atlas' />" | |
372 | - ins += "<option value='' >---</option>" | |
373 | - ins += "<option value='automatica' " | |
368 | + ins += $trad("pranchaInicia",i3GEOadmin.atlas.dicionario) +"<br>"; | |
369 | + ins += "<div id=comboPranchaIni ></div><br>"; | |
370 | + ins += $trad("tipoGuia",i3GEOadmin.atlas.dicionario) +"<br>"; | |
371 | + ins += "<select id='Etipoguias_atlas' />"; | |
372 | + ins += "<option value='' >---</option>"; | |
373 | + ins += "<option value='automatica' "; | |
374 | 374 | if (i.tipoguias_atlas == "automatica"){ins += "selected";} |
375 | 375 | ins += " >"+ $trad("automatica",i3GEOadmin.atlas.dicionario) +"</option>"; |
376 | 376 | ins += "<option value='combo' "; | ... | ... |