Commit 4697294882c2a084aced7f6f21585f53d83cb1d6
1 parent
f5abdd98
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
classesjs/classe_guias.js
... | ... | @@ -499,7 +499,7 @@ i3GEO.guias = { |
499 | 499 | else |
500 | 500 | {temp.style.display="none";} |
501 | 501 | } |
502 | - if($i(this.CONFIGURA[guias[g]].id)) | |
502 | + if($i(this.CONFIGURA[guias[g]].id) && i3GEO.guias.TIPO !== "movel") | |
503 | 503 | {$i(this.CONFIGURA[guias[g]].id).parentNode.parentNode.style.background="transparent";} |
504 | 504 | } |
505 | 505 | }, |
... | ... | @@ -808,7 +808,7 @@ i3GEO.guias = { |
808 | 808 | temp = i3GEO.guias.guiaMovel.config.guias, |
809 | 809 | ins = ""; |
810 | 810 | for(i=0;i<n;i++){ |
811 | - ins += "<img onclick='i3GEO.guias.guiaMovel.ativa(\""+temp.chaves[i]+"\")' id='"+temp.ids[i]+"' src='"+i3GEO.configura.locaplic+"/"+temp.icones[i]+"' title='"+temp.titulos[i]+"' style='cursor:pointer;margin-left:5px;border:solid 0px white;' />"; | |
811 | + ins += "<button onclick='i3GEO.guias.guiaMovel.ativa(\""+temp.chaves[i]+"\")' style='background-image:none;margin-left:8px;'><img id='"+temp.ids[i]+"' src='"+i3GEO.configura.locaplic+"/"+temp.icones[i]+"' title='"+temp.titulos[i]+"' style='cursor:pointer;border:solid 0px white;' /></button>"; | |
812 | 812 | } |
813 | 813 | $i("i3GEOguiaMovelIcones").innerHTML = ins; |
814 | 814 | }, | ... | ... |
interface/openlayers.htm
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | </div> |
102 | 102 | </div> |
103 | 103 | |
104 | -<script src="../classesjs/i3geo.js"></script> | |
104 | +<script src="../classesjs/i3geonaocompacto.js"></script> | |
105 | 105 | <script src="../pacotes/openlayers/OpenLayers29.js.php"></script> |
106 | 106 | <!-- estilo necessário para a ferramenta de edição --> |
107 | 107 | <style> | ... | ... |