Commit 2c7417af512c1d307f7eed980c38764de796577e
1 parent
c49596d3
Exists in
master
Modificações telas do super genrente
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
wscacicneo/static/orgao.js
... | ... | @@ -48,14 +48,14 @@ var table = Ext.create('Ext.form.Panel', { |
48 | 48 | }, |
49 | 49 | { |
50 | 50 | xtype: 'button', |
51 | - text: 'Editar', | |
51 | + text: 'Enviar', | |
52 | 52 | style:{ |
53 | 53 | margin: '0px 10px 0px 320px', |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | xtype: 'button', |
58 | - text: 'Excluir', | |
58 | + text: 'Limpar', | |
59 | 59 | }, |
60 | 60 | |
61 | 61 | ] | ... | ... |