Commit e134ff9b1266d3e59a95e52a1e875eee4ab57997
1 parent
7460f5e6
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
ferramentas/identifica/index.js
... | ... | @@ -351,7 +351,9 @@ i3GEOF.identifica = { |
351 | 351 | ins += ' <div class=guiaobj id="i3GEOidentificaguia2obj" style="left:1px">'; |
352 | 352 | ins += ' </div>'; |
353 | 353 | ins += ' <div class=guiaobj id="i3GEOidentificaguia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; |
354 | - ins += ' Resolução de busca - número de pixels, no entorno do ponto clicado no mapa, que serão utilizados na busca de dados:<br> <input onclick="javascript:this.select();" type=text class=digitar value=5 id="i3GEOidentificaresolucao" size=2 />'; | |
354 | + ins += ' Resolução de busca - número de pixels, no entorno do ponto clicado no mapa, que serão utilizados na busca de dados:<br><br>' | |
355 | + ins += ' '+$inputText("","10","i3GEOidentificaresolucao","","5","5"); | |
356 | + //<input onclick="javascript:this.select();" type=text class=digitar value=5 id="i3GEOidentificaresolucao" size=2 />'; | |
355 | 357 | ins += ' </div>'; |
356 | 358 | ins += ' <div class=guiaobj id="i3GEOidentificaguia4obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; |
357 | 359 | ins += ' As etiquetas são mostradas quando o mouse é estacionado sobre um elemento.'; |
... | ... | @@ -660,7 +662,7 @@ i3GEOF.identifica = { |
660 | 662 | if(resultados[j][k].item === retorno[i].editavel){ |
661 | 663 | textovalor = "<br><img title='' src='"+i3GEO.configura.locaplic+"/imagens/branco.gif' style='margin-right:2px;position:relative;top:3px;width:12px;'>" + |
662 | 664 | "<img title='Salvar' src='"+i3GEO.configura.locaplic+"/imagens/oxygen/16x16/media-floppy.png' style='cursor:pointer;margin-right:2px;position:relative;top:3px;width:12px;'>" + |
663 | - "<input size=30 type=text value='"+textovalor+"' class=digitar />"; | |
665 | + "<input type=text value='"+textovalor+"' class=digitar style='widh:210px' />"; | |
664 | 666 | } |
665 | 667 | if(resultados[j][k].tip && resultados[j][k].tip.toLowerCase() == "sim"){ |
666 | 668 | tip = "<img style='margin-right:2px;position:relative;top:3px;width:12px;' src='"+i3GEO.configura.locaplic+"/imagens/tips.png' title='Etiqueta ativa' />"; | ... | ... |