Commit a094dd0a300603f271f8756b6024048149d006ec
1 parent
717a350b
Exists in
master
Correção dos Favoritos
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
wscacicneo/static/main.js
... | ... | @@ -19,11 +19,7 @@ Ext.onReady(function() { |
19 | 19 | }); |
20 | 20 | |
21 | 21 | fav_html = '<div id="favoriteItems">'+ |
22 | - '<div class="fav"><a><img src="static/icons/estatisticas.png">Estatisticas</a></div>'+ | |
23 | - '<div class="fav"><a><img src="static/icons/busca.png">Busca</a></div>'+ | |
24 | - '<div class="fav"><a><img src="static/icons/downloads.png">Downloads</a></div>'+ | |
25 | 22 | '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relatórios</a></div>'+ |
26 | - '<div class="fav"><a><img src="static/icons/ajuda.png">Ajuda</a></div>'+ | |
27 | 23 | '<div class="fav"><a><img src="static/icons/usuario.png">Usuário</a></div>'+ |
28 | 24 | '<div class="fav"><a><img src="static/icons/ferramentas.png">Ferramentas de sistema</a></div>'+ |
29 | 25 | '</div>'; | ... | ... |