Commit 2397054ece99bb543b3b8eb8b91ef01b3fca2940
1 parent
148b7006
Exists in
master
Atualização de telas
Showing
5 changed files
with
7 additions
and
8 deletions
Show diff stats
wscacicneo/static/admin.js
wscacicneo/static/gestor.js
wscacicneo/static/home.js
wscacicneo/static/main.js
... | ... | @@ -20,7 +20,6 @@ Ext.onReady(function() { |
20 | 20 | fav_html = '<div id="favoriteItems">'+ |
21 | 21 | '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relatórios</a></div>'+ |
22 | 22 | '<div class="fav"><a><img src="static/icons/usuario.png">Meu Perfil</a></div>'+ |
23 | - '<div class="fav"><a><img src="static/icons/ferramentas.png">Ferramentas de sistema</a></div>'+ | |
24 | 23 | '</div>'; |
25 | 24 | |
26 | 25 | var favoriteMenu = Ext.create('Ext.panel.Panel', { | ... | ... |
wscacicneo/static/perfil.js
... | ... | @@ -13,7 +13,7 @@ var table = Ext.create('Ext.form.Panel', { |
13 | 13 | items: [ |
14 | 14 | { |
15 | 15 | fieldLabel: 'Nome', |
16 | - width:400, | |
16 | + width:450, | |
17 | 17 | name: 'nome' |
18 | 18 | }, |
19 | 19 | { |
... | ... | @@ -32,17 +32,17 @@ var table = Ext.create('Ext.form.Panel', { |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | fieldLabel: 'Orgão', |
35 | - width: 300, | |
35 | + width: 450, | |
36 | 36 | name: 'orgao' |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | fieldLabel: 'Cargo', |
40 | - width:300, | |
40 | + width:450, | |
41 | 41 | name: 'cargo' |
42 | 42 | }, |
43 | 43 | { |
44 | 44 | fieldLabel: 'Setor', |
45 | - width:300, | |
45 | + width:450, | |
46 | 46 | name: 'setor' |
47 | 47 | }, |
48 | 48 | { | ... | ... |