Commit e3428c1c922044f9c2639039dbb27fd360065598
1 parent
a185de4b
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/js/editormapfile_comport.js
| ... | ... | @@ -21,7 +21,7 @@ function montaEditorComport(dados) |
| 21 | 21 | var temp = function(){ |
| 22 | 22 | salvarDadosEditor('comport',dados.codigoMap,dados.codigoLayer,false); |
| 23 | 23 | }; |
| 24 | - core_montaEditor(temp,"450px","650px","","Comportamento",true,true,false); | |
| 24 | + core_montaEditor(temp,"450px","650px","","Comportamento "+dados.codigoMap,true,true,false); | |
| 25 | 25 | var param = { |
| 26 | 26 | "linhas":[ |
| 27 | 27 | {ajuda:$trad("status",i3GEOadmin.editormapfile.dicionario), | ... | ... |