Commit 752469292e1f049cef535d8d9a326604b0cded41
1 parent
44005715
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
7 additions
and
4 deletions
Show diff stats
classesjs/classe_configura.js
@@ -250,7 +250,7 @@ i3GEO.configura = { | @@ -250,7 +250,7 @@ i3GEO.configura = { | ||
250 | { id:"omenudataFerramentas8a",text: "<span class='i3GEOconeFerramenta i3GEOiconeAutoredesenha'></span>" + $trad("p12"), url: "javascript:i3GEO.mapa.dialogo.autoredesenha()"}, | 250 | { id:"omenudataFerramentas8a",text: "<span class='i3GEOconeFerramenta i3GEOiconeAutoredesenha'></span>" + $trad("p12"), url: "javascript:i3GEO.mapa.dialogo.autoredesenha()"}, |
251 | { id:"omenudataFerramentas9",text: "<span class='i3GEOconeFerramenta i3GEOiconeVinde'></span>" + $trad("x85"), url: "javascript:i3GEO.arvoreDeTemas.dialogo.vinde()"}, | 251 | { id:"omenudataFerramentas9",text: "<span class='i3GEOconeFerramenta i3GEOiconeVinde'></span>" + $trad("x85"), url: "javascript:i3GEO.arvoreDeTemas.dialogo.vinde()"}, |
252 | { id:"omenudataFerramentas10",text: "<span class='i3GEOconeFerramenta i3GEOiconeGeoLocal'></span>" + $trad("x93"), url: "javascript:i3GEO.mapa.dialogo.geolocal()"}, | 252 | { id:"omenudataFerramentas10",text: "<span class='i3GEOconeFerramenta i3GEOiconeGeoLocal'></span>" + $trad("x93"), url: "javascript:i3GEO.mapa.dialogo.geolocal()"}, |
253 | - { id:"omenudataFerramentas11",text: $trad("d22t"), url: "javascript:i3GEO.mapa.dialogo.cliquePonto()"}, | 253 | + { id:"omenudataFerramentas11",text: "<span class='i3GEOconeFerramenta i3GEOiconeInserexy'></span>" + $trad("d22t"), url: "javascript:i3GEO.mapa.dialogo.cliquePonto()"}, |
254 | { id:"omenudataFerramentas12",text: $trad("d25t"), url: "javascript:i3GEO.mapa.dialogo.cliqueTexto()"}, | 254 | { id:"omenudataFerramentas12",text: $trad("d25t"), url: "javascript:i3GEO.mapa.dialogo.cliqueTexto()"}, |
255 | //temas | 255 | //temas |
256 | { id:"omenudataFerramentas0b",text: '<span style=color:gray;text-decoration:underline; ><b>'+$trad("a7")+'</b></span>',url: "#"}, | 256 | { id:"omenudataFerramentas0b",text: '<span style=color:gray;text-decoration:underline; ><b>'+$trad("a7")+'</b></span>',url: "#"}, |
css/botoes2.css
@@ -1119,6 +1119,10 @@ button { // | @@ -1119,6 +1119,10 @@ button { // | ||
1119 | .i3GEOiconeGeoLocal { | 1119 | .i3GEOiconeGeoLocal { |
1120 | background-image: URL('../imagens/oxygen/16x16/pda.png'); | 1120 | background-image: URL('../imagens/oxygen/16x16/pda.png'); |
1121 | } | 1121 | } |
1122 | +.i3GEOiconeInserexy { | ||
1123 | + background-image: URL('../imagens/oxygen/16x16/edit-node.png'); | ||
1124 | +} | ||
1125 | + | ||
1122 | 1126 | ||
1123 | 1127 | ||
1124 | 1128 |
ferramentas/inserexy2/index.js
@@ -186,7 +186,7 @@ i3GEOF.inserexy = { | @@ -186,7 +186,7 @@ i3GEOF.inserexy = { | ||
186 | minimiza = function(){ | 186 | minimiza = function(){ |
187 | i3GEO.janela.minimiza("i3GEOF.inserexy"); | 187 | i3GEO.janela.minimiza("i3GEOF.inserexy"); |
188 | }; | 188 | }; |
189 | - titulo = $trad("d22t")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=83' > </a>"; | 189 | + titulo = "<span class='i3GEOconeFerramenta i3GEOiconeInserexy'></span>" + $trad("d22t")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=83' > </a>"; |
190 | janela = i3GEO.janela.cria( | 190 | janela = i3GEO.janela.cria( |
191 | "500px", | 191 | "500px", |
192 | "310px", | 192 | "310px", |
@@ -200,8 +200,7 @@ i3GEOF.inserexy = { | @@ -200,8 +200,7 @@ i3GEOF.inserexy = { | ||
200 | cabecalho, | 200 | cabecalho, |
201 | minimiza, | 201 | minimiza, |
202 | "", | 202 | "", |
203 | - false, | ||
204 | - i3GEO.configura.locaplic+"/imagens/oxygen/16x16/edit-node.png" | 203 | + false |
205 | ); | 204 | ); |
206 | divid = janela[2].id; | 205 | divid = janela[2].id; |
207 | i3GEOF.inserexy.aguarde = $i("i3GEOF.inserexy_imagemCabecalho").style; | 206 | i3GEOF.inserexy.aguarde = $i("i3GEOF.inserexy_imagemCabecalho").style; |