Commit d9aa5f2ab6af5cd3592c29d7b0d36d00ba6804c5
1 parent
d7103d9c
Exists in
master
and in
7 other branches
--no commit message
Showing
5 changed files
with
9 additions
and
11 deletions
Show diff stats
admin/php/editortexto.php
1 | <?php | 1 | <?php |
2 | -//XODO incluir combo para escolher o estilo | ||
3 | -//XODO incluir ajuda de comandos de teclado | ||
4 | -//XODO relace de sintaxe para mapfile | 2 | +//ZODO melhorar o realce de sintaxe para mapfile no codemirror |
5 | ?> | 3 | ?> |
6 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 4 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
7 | <html> | 5 | <html> |
classesjs/classe_configura.js
@@ -462,7 +462,7 @@ i3GEO.configura = | @@ -462,7 +462,7 @@ i3GEO.configura = | ||
462 | id : "omenudataFerramentas0a", | 462 | id : "omenudataFerramentas0a", |
463 | text : '<b>' + $trad("g4a") + '</b>', | 463 | text : '<b>' + $trad("g4a") + '</b>', |
464 | submenu : { | 464 | submenu : { |
465 | - id : "subFerr1", | 465 | + id : "mapa", |
466 | itemdata : [ | 466 | itemdata : [ |
467 | [ | 467 | [ |
468 | { | 468 | { |
@@ -529,6 +529,11 @@ i3GEO.configura = | @@ -529,6 +529,11 @@ i3GEO.configura = | ||
529 | id : "omenudataImprimir", | 529 | id : "omenudataImprimir", |
530 | text : "<span class='i3GEOconeFerramenta i3GEOiconeImprimir'></span>" + $trad("d12"), | 530 | text : "<span class='i3GEOconeFerramenta i3GEOiconeImprimir'></span>" + $trad("d12"), |
531 | url : "javascript:i3GEO.mapa.dialogo.imprimir()" | 531 | url : "javascript:i3GEO.mapa.dialogo.imprimir()" |
532 | + }, | ||
533 | + { | ||
534 | + id : "omenudataFerramentas3e", | ||
535 | + text : "<span class='i3GEOconeFerramenta i3GEOiconeTme'></span>" + $trad("t49"), | ||
536 | + url : "javascript:i3GEO.tema.dialogo.tme()" | ||
532 | } | 537 | } |
533 | ] | 538 | ] |
534 | ] | 539 | ] |
@@ -539,7 +544,7 @@ i3GEO.configura = | @@ -539,7 +544,7 @@ i3GEO.configura = | ||
539 | id : "omenudataFerramentas0b", | 544 | id : "omenudataFerramentas0b", |
540 | text : '<b>' + $trad("a7") + '</b>', | 545 | text : '<b>' + $trad("a7") + '</b>', |
541 | submenu : { | 546 | submenu : { |
542 | - id : "subFerr2", | 547 | + id : "camada", |
543 | itemdata : [ | 548 | itemdata : [ |
544 | [ | 549 | [ |
545 | { | 550 | { |
@@ -613,11 +618,6 @@ i3GEO.configura = | @@ -613,11 +618,6 @@ i3GEO.configura = | ||
613 | id : "omenudataFerramentas4e", | 618 | id : "omenudataFerramentas4e", |
614 | text : "<span class='i3GEOconeFerramenta i3GEOiconeAplicStat'></span>" + $trad("x71"), | 619 | text : "<span class='i3GEOconeFerramenta i3GEOiconeAplicStat'></span>" + $trad("x71"), |
615 | url : "javascript:i3GEO.mapa.dialogo.metaestatListaMapas()" | 620 | url : "javascript:i3GEO.mapa.dialogo.metaestatListaMapas()" |
616 | - }, | ||
617 | - { | ||
618 | - id : "omenudataFerramentas3e", | ||
619 | - text : "<span class='i3GEOconeFerramenta i3GEOiconeTme'></span>" + $trad("t49"), | ||
620 | - url : "javascript:i3GEO.tema.dialogo.tme()" | ||
621 | } | 621 | } |
622 | ] | 622 | ] |
623 | ] | 623 | ] |
ferramentas/atalhoscamada/index.js
@@ -137,7 +137,6 @@ i3GEOF.atalhoscamada = | @@ -137,7 +137,6 @@ i3GEOF.atalhoscamada = | ||
137 | }); | 137 | }); |
138 | b.addClass("abrir"); | 138 | b.addClass("abrir"); |
139 | } | 139 | } |
140 | - | ||
141 | b = new YAHOO.widget.Button(idjanela+"i3GEOFatalhoscamadaCopia", { | 140 | b = new YAHOO.widget.Button(idjanela+"i3GEOFatalhoscamadaCopia", { |
142 | onclick : { | 141 | onclick : { |
143 | fn : function() { | 142 | fn : function() { |
ferramentas/atalhoscamada/template_mst.html
@@ -57,6 +57,7 @@ | @@ -57,6 +57,7 @@ | ||
57 | </form> | 57 | </form> |
58 | </div> | 58 | </div> |
59 | <br> | 59 | <br> |
60 | + <div id='i3GEOFatalhoscamadaMenu' ></div> | ||
60 | <p class='paragrafo'> | 61 | <p class='paragrafo'> |
61 | <input id='{{{idjanela}}}i3GEOFatalhoscamadaProcurar' type='button' value='{{{procurar}}}' style='display:none;'/> | 62 | <input id='{{{idjanela}}}i3GEOFatalhoscamadaProcurar' type='button' value='{{{procurar}}}' style='display:none;'/> |
62 | </p> | 63 | </p> |
372 Bytes