Commit ca6d0e729538937cd6cc244d9e5ad6140768194d
1 parent
43ddb984
Exists in
master
and in
7 other branches
#266
Showing
4 changed files
with
12 additions
and
12 deletions
Show diff stats
admin/js/core.js
... | ... | @@ -1201,7 +1201,7 @@ var jsfiles = new Array( |
1201 | 1201 | "../../pacotes/yui270/build/dragdrop/dragdrop-min.js", |
1202 | 1202 | "../../pacotes/yui270/build/container/container-min.js", |
1203 | 1203 | "../../pacotes/yui270/build/connection/connection-min.js", |
1204 | -"../../pacotes/yui270/build/treeview/treeview-min.js", | |
1204 | +"../../pacotes/yui270/build/treeview/treeview.js", | |
1205 | 1205 | "../../pacotes/yui270/build/json/json-min.js", |
1206 | 1206 | "../../pacotes/yui270/build/menu/menu-min.js", |
1207 | 1207 | "../../pacotes/yui270/build/editor/editor-min.js" | ... | ... |
admin/js/editormapfile.js
... | ... | @@ -281,22 +281,22 @@ function montaParametrosTemas(no,dados,redesenha) |
281 | 281 | } |
282 | 282 | if(!tree.getNodeByProperty("etiquetaConexao",no.data.id)) |
283 | 283 | { |
284 | - var conteudo = "<img width='10px' heigth='10px' style=\"position:relative;cursor:pointer;top:0px\" onclick=\"editorConexao('"+codigoMap+"','"+codigoLayer+"')\" title='edita conexão' src=\"../imagens/06.png\" />" | |
285 | - var d = {tipo:"etiquetaConexao",etiquetaConexao:no.data.id,html:conteudo+" Editar fonte dos dados"} | |
284 | + var conteudo = "<span style=cursor:pointer; onclick=\"editorConexao('"+codigoMap+"','"+codigoLayer+"')\" ><img width='10px' heigth='10px' style=\"position:relative;top:0px\" title='edita conexão' src=\"../imagens/06.png\" /> Editar fonte dos dados</span>" | |
285 | + var d = {tipo:"etiquetaConexao",etiquetaConexao:no.data.id,html:conteudo} | |
286 | 286 | var tempNode = new YAHOO.widget.HTMLNode(d, no, false,true); |
287 | 287 | tempNode.isLeaf = true; |
288 | 288 | } |
289 | 289 | if(!tree.getNodeByProperty("etiquetaMetadados",no.data.id)) |
290 | 290 | { |
291 | - var conteudo = "<img width='10px' heigth='10px' style=\"position:relative;cursor:pointer;top:0px\" onclick=\"editorMetadados('"+codigoMap+"','"+codigoLayer+"')\" title='edita metadados' src=\"../imagens/06.png\" />" | |
292 | - var d = {tipo:"etiquetaMetadados",etiquetaMetadados:no.data.id,html:conteudo+" Editar metadados"} | |
291 | + var conteudo = "<span style=cursor:pointer; onclick=\"editorMetadados('"+codigoMap+"','"+codigoLayer+"')\" ><img width='10px' heigth='10px' style=\"position:relative;top:0px\" title='edita metadados' src=\"../imagens/06.png\" /> Editar metadados</span>" | |
292 | + var d = {tipo:"etiquetaMetadados",etiquetaMetadados:no.data.id,html:conteudo} | |
293 | 293 | var tempNode = new YAHOO.widget.HTMLNode(d, no, false,true); |
294 | 294 | tempNode.isLeaf = true; |
295 | 295 | } |
296 | 296 | if(!tree.getNodeByProperty("etiquetaGeral",no.data.id)) |
297 | 297 | { |
298 | - var conteudo = "<img width='10px' heigth='10px' style=\"position:relative;cursor:pointer;top:0px\" onclick=\"editorGeral('"+codigoMap+"','"+codigoLayer+"')\" title='parâmetros gerais' src=\"../imagens/06.png\" />" | |
299 | - var d = {tipo:"etiquetaGeral",etiquetaGeral:no.data.id,html:conteudo+" Editar características gerais"} | |
298 | + var conteudo = "<span style=cursor:pointer; onclick=\"editorGeral('"+codigoMap+"','"+codigoLayer+"')\" ><img width='10px' heigth='10px' style=\"position:relative;top:0px\" title='parâmetros gerais' src=\"../imagens/06.png\" /> Editar características gerais</span>" | |
299 | + var d = {tipo:"etiquetaGeral",etiquetaGeral:no.data.id,html:conteudo} | |
300 | 300 | var tempNode = new YAHOO.widget.HTMLNode(d, no, false,true); |
301 | 301 | tempNode.isLeaf = true; |
302 | 302 | } |
... | ... | @@ -330,15 +330,15 @@ function montaParametrosClasses(no,dados,redesenha) |
330 | 330 | var indiceClasse = no.data.indiceClasse |
331 | 331 | if(!tree.getNodeByProperty("etiquetaClasseGeral",no.data.id)) |
332 | 332 | { |
333 | - var conteudo = "<img width='10px' heigth='10px' style=\"position:relative;cursor:pointer;top:0px\" onclick=\"editorClasseGeral('"+codigoMap+"','"+codigoLayer+"','"+indiceClasse+"')\" title='edita características da classe' src=\"../imagens/06.png\" />" | |
334 | - var d = {tipo:"etiquetaClasseGeral",etiquetaClasseGeral:codigoMap+"_"+codigoLayer+"_"+indiceClasse,html:conteudo+" Editar características gerais"} | |
333 | + var conteudo = "<span style=cursor:pointer; onclick=\"editorClasseGeral('"+codigoMap+"','"+codigoLayer+"','"+indiceClasse+"')\" ><img width='10px' heigth='10px' style=\"position:relative;top:0px\" title='edita características da classe' src=\"../imagens/06.png\" /> Editar características gerais</span>" | |
334 | + var d = {tipo:"etiquetaClasseGeral",etiquetaClasseGeral:codigoMap+"_"+codigoLayer+"_"+indiceClasse,html:conteudo} | |
335 | 335 | var tempNode = new YAHOO.widget.HTMLNode(d, no, false,true); |
336 | 336 | tempNode.isLeaf = true; |
337 | 337 | } |
338 | 338 | if(!tree.getNodeByProperty("etiquetaClasseLabel",no.data.id)) |
339 | 339 | { |
340 | - var conteudo = "<img width='10px' heigth='10px' style=\"position:relative;cursor:pointer;top:0px\" onclick=\"editorClasseLabel('"+codigoMap+"','"+codigoLayer+"','"+indiceClasse+"')\" title='edita características da classe' src=\"../imagens/06.png\" />" | |
341 | - var d = {tipo:"etiquetaClasseLabel",etiquetaClasseLabel:codigoMap+"_"+codigoLayer+"_"+indiceClasse,html:conteudo+" Editar etiquetas"} | |
340 | + var conteudo = "<span style=cursor:pointer; onclick=\"editorClasseLabel('"+codigoMap+"','"+codigoLayer+"','"+indiceClasse+"')\" ><img width='10px' heigth='10px' style=\"position:relative;top:0px\" title='edita características da classe' src=\"../imagens/06.png\" /> Editar etiquetas</span>" | |
341 | + var d = {tipo:"etiquetaClasseLabel",etiquetaClasseLabel:codigoMap+"_"+codigoLayer+"_"+indiceClasse,html:conteudo} | |
342 | 342 | var tempNode = new YAHOO.widget.HTMLNode(d, no, false,true); |
343 | 343 | tempNode.isLeaf = true; |
344 | 344 | } | ... | ... |
menutemas/admin.db
No preview for this file type
ms_configura.php
... | ... | @@ -50,7 +50,7 @@ Free Software Foundation, Inc., no endereço |
50 | 50 | Tipo: |
51 | 51 | {string} |
52 | 52 | */ |
53 | -$mensagemInicia = 'Versão 4.3 - beta. Revisão SVN 1400'; | |
53 | +$mensagemInicia = 'Versão 4.3 - beta. Revisão SVN 1415'; | |
54 | 54 | /* |
55 | 55 | Variable: tituloInstituicao |
56 | 56 | ... | ... |