Commit e2e948b6d7bc2c16378e04c85ea0417745f21603
1 parent
fd809fe8
Exists in
master
and in
7 other branches
Ajustes no layout da ferramenta tabela
Showing
9 changed files
with
11 additions
and
11 deletions
Show diff stats
ferramentas/tabela/index.js
@@ -1144,14 +1144,14 @@ i3GEOF.tabela = | @@ -1144,14 +1144,14 @@ i3GEOF.tabela = | ||
1144 | for (i = 0; i < n; i++) { | 1144 | for (i = 0; i < n; i++) { |
1145 | ins += "<td accessKey='" | 1145 | ins += "<td accessKey='" |
1146 | + (i * 1 + 4) | 1146 | + (i * 1 + 4) |
1147 | - + "' style='background-color:yellow' >" | 1147 | + + "' style='background-color:yellow;min-width:60px;' >" |
1148 | + "<img style=cursor:pointer onclick='i3GEOF.tabela.excluiColuna(this," | 1148 | + "<img style=cursor:pointer onclick='i3GEOF.tabela.excluiColuna(this," |
1149 | + (i * 1 + 4) | 1149 | + (i * 1 + 4) |
1150 | + ",\"" | 1150 | + ",\"" |
1151 | + idjanela | 1151 | + idjanela |
1152 | + "\")' src='" | 1152 | + "\")' src='" |
1153 | + i3GEO.configura.locaplic | 1153 | + i3GEO.configura.locaplic |
1154 | - + "/imagens/x.gif' title='" | 1154 | + + "/imagens/oxygen/16x16/edit-delete.png' title='" |
1155 | + $trad("t12") | 1155 | + $trad("t12") |
1156 | + "' /> " | 1156 | + "' /> " |
1157 | + "<img style=cursor:pointer onclick='i3GEOF.tabela.ordenaColuna(this," | 1157 | + "<img style=cursor:pointer onclick='i3GEOF.tabela.ordenaColuna(this," |
@@ -1160,7 +1160,7 @@ i3GEOF.tabela = | @@ -1160,7 +1160,7 @@ i3GEOF.tabela = | ||
1160 | + idjanela | 1160 | + idjanela |
1161 | + "\")' src='" | 1161 | + "\")' src='" |
1162 | + i3GEO.configura.locaplic | 1162 | + i3GEO.configura.locaplic |
1163 | - + "/imagens/ordena1.gif' title='" | 1163 | + + "/imagens/oxygen/16x16/draw-triangle.png' title='" |
1164 | + $trad( | 1164 | + $trad( |
1165 | 'ordena', | 1165 | 'ordena', |
1166 | i3GEOF.tabela.dicionario) | 1166 | i3GEOF.tabela.dicionario) |
@@ -1183,7 +1183,7 @@ i3GEOF.tabela = | @@ -1183,7 +1183,7 @@ i3GEOF.tabela = | ||
1183 | + idjanela | 1183 | + idjanela |
1184 | + "\")' src='" | 1184 | + "\")' src='" |
1185 | + i3GEO.configura.locaplic | 1185 | + i3GEO.configura.locaplic |
1186 | - + "/imagens/x.gif' title='" | 1186 | + + "/imagens/oxygen/16x16/edit-delete.png' title='" |
1187 | + $trad("t12") | 1187 | + $trad("t12") |
1188 | + "' /></td>"; | 1188 | + "' /></td>"; |
1189 | ins += "<td>"; | 1189 | ins += "<td>"; |
@@ -1195,7 +1195,7 @@ i3GEOF.tabela = | @@ -1195,7 +1195,7 @@ i3GEOF.tabela = | ||
1195 | + idjanela | 1195 | + idjanela |
1196 | + "\")' src='" | 1196 | + "\")' src='" |
1197 | + i3GEO.configura.locaplic | 1197 | + i3GEO.configura.locaplic |
1198 | - + "/imagens/o.gif' title='zoom' ids=" | 1198 | + + "/imagens/oxygen/16x16/zoom-select.png' title='zoom' ids=" |
1199 | + retorno.data[1].registros[i].indice | 1199 | + retorno.data[1].registros[i].indice |
1200 | + " />"; | 1200 | + " />"; |
1201 | } | 1201 | } |
ferramentas/tabela/template_mst.html
@@ -64,13 +64,13 @@ | @@ -64,13 +64,13 @@ | ||
64 | <input id='{{{idjanela}}}i3GEOtabelaGraficoI' type='button' value='{{{grafico}}}' /> | 64 | <input id='{{{idjanela}}}i3GEOtabelaGraficoI' type='button' value='{{{grafico}}}' /> |
65 | <input title='{{{vinctab}}}' id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size='30' type='button' value='{{{vinculos}}}' /> | 65 | <input title='{{{vinctab}}}' id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size='30' type='button' value='{{{vinculos}}}' /> |
66 | <div id='{{{idjanela}}}i3GEOtabelacontador' style='padding:2px 0px 3px 0px;background-color: rgb(240, 240, 240); width: 100%; position: relative; top: 15px; left: 0px; text-align: left; height: 25px;'> | 66 | <div id='{{{idjanela}}}i3GEOtabelacontador' style='padding:2px 0px 3px 0px;background-color: rgb(240, 240, 240); width: 100%; position: relative; top: 15px; left: 0px; text-align: left; height: 25px;'> |
67 | - {{{de}}} | ||
68 | - <img style='cursor: pointer' onclick='i3GEOF.tabela.menos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/minus.gif' /> | 67 | + {{{de}}} |
68 | + <img style='cursor: pointer;position:relative;top:2px;' onclick='i3GEOF.tabela.menos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/oxygen/16x16/media-seek-backward.png' /> | ||
69 | {{{ini}}} {{{ate}}} | 69 | {{{ini}}} {{{ate}}} |
70 | - <img style='cursor: pointer' onclick='i3GEOF.tabela.mais({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/plus.gif' /> | ||
71 | - {{{fim}}} | ||
72 | - <img title='{{{vertodos}}}' style='cursor: pointer; position: relative;' onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/dot.gif' /> | ||
73 | - <input title='{{{atuareg}}}' id='{{{idjanela}}}i3GEOtabelabotaoLista' size='25' style='position: relative;' type='button' value='{{{listar}}}' /> | 70 | + <img style='cursor: pointer;position:relative;top:2px;' onclick='i3GEOF.tabela.mais({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/oxygen/16x16/media-seek-forward.png' /> |
71 | + {{{fim}}} | ||
72 | + <img title='{{{vertodos}}}' style='cursor: pointer; position: relative;top:2px;' onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/oxygen/16x16/media-skip-forward.png' /> | ||
73 | + <input title='{{{atuareg}}}' id='{{{idjanela}}}i3GEOtabelabotaoLista' size='25' style='position: relative;' type='button' value='{{{listar}}}' /> | ||
74 | </div> | 74 | </div> |
75 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 2px; text-align: left;'></div> | 75 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 2px; text-align: left;'></div> |
76 | </div> | 76 | </div> |
484 Bytes
499 Bytes
735 Bytes
505 Bytes
506 Bytes
511 Bytes
506 Bytes