Commit 82af21acafcbfcfa16bf80d2c3bcf6b29f41bbe6
1 parent
60ceb72f
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
ferramentas/saiku/esquemaxml.php
... | ... | @@ -198,7 +198,8 @@ foreach($regioes as $regiao){ |
198 | 198 | $niveis1[] = " |
199 | 199 | <Level name='".converte($regiao["nome_tipo_regiao"])."' |
200 | 200 | column='codigo' |
201 | - nameColumn='nome' uniqueMembers='true' /> | |
201 | + nameColumn='nome' uniqueMembers='true' > | |
202 | + </Level> | |
202 | 203 | "; |
203 | 204 | $niveis2[] = " |
204 | 205 | <Level name='".converte($regiao["nome_tipo_regiao"])." - GeoCod #{$regiao["codigo_tipo_regiao"]}' | ... | ... |
ferramentas/saiku/index.js
... | ... | @@ -144,7 +144,7 @@ i3GEOF.saiku = { |
144 | 144 | minimiza, |
145 | 145 | "", |
146 | 146 | true, |
147 | - i3GEO.configura.locaplic+"/imagens/oxygen/16x16/acessories-calculator.png" | |
147 | + i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | |
148 | 148 | ); |
149 | 149 | divid = janela[2].id; |
150 | 150 | $i("i3GEOF.saiku_corpo").style.backgroundColor = "white"; | ... | ... |