diff --git a/classesjs/classe_arvoredecamadas.js b/classesjs/classe_arvoredecamadas.js index 0a63f26..24759ef 100644 --- a/classesjs/classe_arvoredecamadas.js +++ b/classesjs/classe_arvoredecamadas.js @@ -48,6 +48,7 @@ if (typeof (i3GEO) === 'undefined') { var i3GEO = {}; } +//TODO ncluir opcao para adicionar a arvore as camadas de fundo i3GEO.arvoreDeCamadas = { /** diff --git a/css/black.css b/css/black.css index b7d065e..2c0f5d2 100644 --- a/css/black.css +++ b/css/black.css @@ -181,5 +181,29 @@ Menu superior de opcoes color: black; } /*janelas flutuantes*/ +/*arvore de camadas*/ +.i3GEOarvCam .ygtvcell .ygtvlp, .i3GEOarvCam .ygtvlp { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8897px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvlph, .i3GEOarvCam .ygtvlph { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8917px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvlm, .i3GEOarvCam .ygtvlm { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8937px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvlmh, .i3GEOarvCam .ygtvlmh { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8957px transparent; +} - +.i3GEOarvCam .ygtvcell .ygtvtp, .i3GEOarvCam .ygtvtp { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8897px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvtph, .i3GEOarvCam .ygtvtph { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8917px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvtm, .i3GEOarvCam .ygtvtm { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8937px transparent; +} +.i3GEOarvCam .ygtvcell .ygtvtmh, .i3GEOarvCam .ygtvtmh { + background: url("../css/treeview-sprite.gif") no-repeat scroll 0 -8957px transparent; +} diff --git a/css/treeview-sprite.gif b/css/treeview-sprite.gif index f9ab875..e614e0b 100644 Binary files a/css/treeview-sprite.gif and b/css/treeview-sprite.gif differ diff --git a/ferramentas/preferencias/dicionario.js b/ferramentas/preferencias/dicionario.js index 05b5cdb..eab6432 100755 --- a/ferramentas/preferencias/dicionario.js +++ b/ferramentas/preferencias/dicionario.js @@ -445,23 +445,23 @@ i3GEOF.preferencias.dicionario = { en : "", es : "" } ], - 89 : [ { - pt : "", + 'noTemasIconesExpanded' : [ { + pt : "O nó de opções cada tema é mostrado de forma expandida", en : "", es : "" } ], - 90 : [ { - pt : "", + 'noTemasIconesHasIcon' : [ { + pt : "O nó de opções cada tema possuí um ícone que permite expandir/contrair", en : "", es : "" } ], - 91 : [ { - pt : "", + 'noTemasExpanded' : [ { + pt : "O nó de cada tema é mostrado de forma expandida", en : "", es : "" } ], - 92 : [ { - pt : "", + 'noTemasHasIcon' : [ { + pt : "O nó de cada tema possuí um ícone que permite expandir/contrair", en : "", es : "" } ] diff --git a/ferramentas/preferencias/index.js b/ferramentas/preferencias/index.js index fb0df51..e4ff968 100755 --- a/ferramentas/preferencias/index.js +++ b/ferramentas/preferencias/index.js @@ -147,6 +147,22 @@ i3GEOF.preferencias = { tipo: "boolean", elemento: "i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS" },{ + titulo: $trad('noTemasExpanded',i3GEOF.preferencias.dicionario), + tipo: "boolean", + elemento: "i3GEO.arvoreDeCamadas.NOTEMA.expanded" + },{ + titulo: $trad('noTemasHasIcon',i3GEOF.preferencias.dicionario), + tipo: "boolean", + elemento: "i3GEO.arvoreDeCamadas.NOTEMA.hasIcon" + },{ + titulo: $trad('noTemasIconesExpanded',i3GEOF.preferencias.dicionario), + tipo: "boolean", + elemento: "i3GEO.arvoreDeCamadas.NOTEMAICONES.expanded" + },{ + titulo: $trad('noTemasIconesHasIcon',i3GEOF.preferencias.dicionario), + tipo: "boolean", + elemento: "i3GEO.arvoreDeCamadas.NOTEMAICONES.hasIcon" + },{ titulo: $trad('mostraApenasLegenda',i3GEOF.preferencias.dicionario), tipo: "boolean", elemento: "i3GEO.arvoreDeCamadas.EXPANDESOLEGENDA" -- libgit2 0.21.2