Commit 8704a7950b7b56f54bc282adecc301a54ba6472f
1 parent
66a0fdef
Exists in
master
and in
7 other branches
atualizacao da documentacao
Showing
9 changed files
with
1 additions
and
1 deletions
Show diff stats
documentacao/manual-admin-i3geo-4_7-pt.odt
No preview for this file type
documentacao/manual-admin-i3geo-4_7-pt.pdf
No preview for this file type
No preview for this file type
No preview for this file type
documentacao/manual-i3geo-4_7-pt.odt
No preview for this file type
documentacao/manual-i3geo-4_7-pt.pdf
No preview for this file type
No preview for this file type
No preview for this file type
ferramentas/tabela/index.js
... | ... | @@ -272,8 +272,8 @@ i3GEOF.tabela = { |
272 | 272 | ins += ' '+$trad(16,i3GEOF.tabela.dicionario)+' <img style=cursor:pointer onclick="i3GEOF.tabela.menos()" src="'+i3GEO.configura.locaplic+'/imagens/minus.gif" />'; |
273 | 273 | ins += $inputText("","","i3GEOtabelainicio","",5,"1"); |
274 | 274 | ins += ' '+$trad(17,i3GEOF.tabela.dicionario)+" "; |
275 | - ins += $inputText("","","i3GEOtabelafim","",5,"20"); | |
276 | 275 | ins += ' <img style=cursor:pointer onclick="i3GEOF.tabela.mais()" src="'+i3GEO.configura.locaplic+'/imagens/plus.gif" />'; |
276 | + ins += $inputText("","","i3GEOtabelafim","",5,"20"); | |
277 | 277 | ins += ' <input title="'+$trad(18,i3GEOF.tabela.dicionario)+'" id=i3GEOtabelabotaoLista size=25 type=button value="'+$trad(19,i3GEOF.tabela.dicionario)+'"/>'; |
278 | 278 | ins += ' <a href="#" onclick="i3GEOF.tabela.novaJanela()" >'+$trad(36,i3GEOF.tabela.dicionario)+'</a>'; |
279 | 279 | ins += ' </div>'; | ... | ... |