Commit 2397054ece99bb543b3b8eb8b91ef01b3fca2940

Authored by Helder
1 parent 148b7006
Exists in master

Atualização de telas

wscacicneo/static/admin.js
... ... @@ -29,7 +29,7 @@ var painelContent=
29 29 leaf: true
30 30 },
31 31 {
32   - text: 'Gestão de Usuário',
  32 + text: 'Lista de Usuários',
33 33 leaf: true
34 34 },
35 35 ]
... ...
wscacicneo/static/gestor.js
... ... @@ -11,7 +11,7 @@ var painelContent=
11 11 leaf: true
12 12 },
13 13 {
14   - text: 'Nova coleta',
  14 + text: 'Coleta manual',
15 15 leaf: true
16 16 },
17 17 {
... ...
wscacicneo/static/home.js
... ... @@ -87,7 +87,7 @@ var chart = Ext.create('Ext.chart.Chart', {
87 87  
88 88 widget = Ext.create('Ext.panel.Panel', {
89 89 layout: 'fit',
90   - title: 'Widgets',
  90 + title: 'Grafico',
91 91 width: '75%',
92 92 frame: true,
93 93 draggable: true,
... ...
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&oacuterios</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(&#39;Ext.form.Panel&#39;, {
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(&#39;Ext.form.Panel&#39;, {
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 {
... ...