Commit a15b7fd159ee9d364c4d8627e19dfb7f64225210

Authored by Macieski
1 parent 0bb3d66e
Exists in master

correçoes

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
wscacicneo/static/main.js
... ... @@ -13,14 +13,13 @@ Ext.onReady(function() {
13 13 {text: 'Gestor de Orgãos' },
14 14 {text: 'Notificações' },
15 15 {text: 'Relatórios' },
16   - {text: 'Acesso Rápido' },
17 16 {text: 'Sobre' },
18 17 ]
19 18 });
20 19  
21 20 fav_html = '<div id="favoriteItems">'+
22 21 '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relat&oacuterios</a></div>'+
23   - '<div class="fav"><a><img src="static/icons/usuario.png">Usu&aacuterio</a></div>'+
  22 + '<div class="fav"><a><img src="static/icons/usuario.png">Meu Perfil</a></div>'+
24 23 '<div class="fav"><a><img src="static/icons/ferramentas.png">Ferramentas de sistema</a></div>'+
25 24 '</div>';
26 25  
... ...