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,7 +29,7 @@ var painelContent=
29 leaf: true 29 leaf: true
30 }, 30 },
31 { 31 {
32 - text: 'Gestão de Usuário', 32 + text: 'Lista de Usuários',
33 leaf: true 33 leaf: true
34 }, 34 },
35 ] 35 ]
wscacicneo/static/gestor.js
@@ -11,7 +11,7 @@ var painelContent= @@ -11,7 +11,7 @@ var painelContent=
11 leaf: true 11 leaf: true
12 }, 12 },
13 { 13 {
14 - text: 'Nova coleta', 14 + text: 'Coleta manual',
15 leaf: true 15 leaf: true
16 }, 16 },
17 { 17 {
wscacicneo/static/home.js
@@ -87,7 +87,7 @@ var chart = Ext.create('Ext.chart.Chart', { @@ -87,7 +87,7 @@ var chart = Ext.create('Ext.chart.Chart', {
87 87
88 widget = Ext.create('Ext.panel.Panel', { 88 widget = Ext.create('Ext.panel.Panel', {
89 layout: 'fit', 89 layout: 'fit',
90 - title: 'Widgets', 90 + title: 'Grafico',
91 width: '75%', 91 width: '75%',
92 frame: true, 92 frame: true,
93 draggable: true, 93 draggable: true,
wscacicneo/static/main.js
@@ -20,7 +20,6 @@ Ext.onReady(function() { @@ -20,7 +20,6 @@ Ext.onReady(function() {
20 fav_html = '<div id="favoriteItems">'+ 20 fav_html = '<div id="favoriteItems">'+
21 '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relat&oacuterios</a></div>'+ 21 '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relat&oacuterios</a></div>'+
22 '<div class="fav"><a><img src="static/icons/usuario.png">Meu Perfil</a></div>'+ 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 '</div>'; 23 '</div>';
25 24
26 var favoriteMenu = Ext.create('Ext.panel.Panel', { 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,7 +13,7 @@ var table = Ext.create(&#39;Ext.form.Panel&#39;, {
13 items: [ 13 items: [
14 { 14 {
15 fieldLabel: 'Nome', 15 fieldLabel: 'Nome',
16 - width:400, 16 + width:450,
17 name: 'nome' 17 name: 'nome'
18 }, 18 },
19 { 19 {
@@ -32,17 +32,17 @@ var table = Ext.create(&#39;Ext.form.Panel&#39;, { @@ -32,17 +32,17 @@ var table = Ext.create(&#39;Ext.form.Panel&#39;, {
32 }, 32 },
33 { 33 {
34 fieldLabel: 'Orgão', 34 fieldLabel: 'Orgão',
35 - width: 300, 35 + width: 450,
36 name: 'orgao' 36 name: 'orgao'
37 }, 37 },
38 { 38 {
39 fieldLabel: 'Cargo', 39 fieldLabel: 'Cargo',
40 - width:300, 40 + width:450,
41 name: 'cargo' 41 name: 'cargo'
42 }, 42 },
43 { 43 {
44 fieldLabel: 'Setor', 44 fieldLabel: 'Setor',
45 - width:300, 45 + width:450,
46 name: 'setor' 46 name: 'setor'
47 }, 47 },
48 { 48 {