Commit 5a4ceb2950b150b2aae0225dff4ae5e0edfee485
1 parent
ef1107fc
Exists in
master
and in
7 other branches
Inclusao de validacao em ms_configura para garantir o include apenas por program…
…as dentro da pasta onde estiver instalado o i3Geo
Showing
4 changed files
with
33 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
js/arvoredecamadas.js
... | ... | @@ -809,6 +809,28 @@ i3GEO.arvoreDeCamadas = |
809 | 809 | id : "", |
810 | 810 | status : true, |
811 | 811 | flag : true |
812 | + }, | |
813 | + "tabelaAtrib" : { | |
814 | + tipo : "tema", | |
815 | + icone : "imagens/oxygen/16x16/configure-shortcuts.png", | |
816 | + classe : "arvCamFerramentas", | |
817 | + funcao : "i3GEO.tema.dialogo.tabela", | |
818 | + title : $trad("tabela"), | |
819 | + dica : $trad("t30"), | |
820 | + id : "", | |
821 | + status : true, | |
822 | + flag : true | |
823 | + }, | |
824 | + "editorLegenda" : { | |
825 | + tipo : "tema", | |
826 | + icone : "imagens/oxygen/16x16/configure-shortcuts.png", | |
827 | + classe : "arvCamFerramentas", | |
828 | + funcao : "i3GEO.tema.dialogo.editaLegenda", | |
829 | + title : $trad("t33"), | |
830 | + dica : "", | |
831 | + id : "", | |
832 | + status : true, | |
833 | + flag : true | |
812 | 834 | } |
813 | 835 | }, |
814 | 836 | /** | ... | ... |
js/dicionario.js