Mercurial > lada > lada-client
comparison app/view/messungen/List.js @ 521:7a20e3054c9e
Rename button to 'Details'
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 14:50:30 +0100 |
parents | 6de00657cd87 |
children | 95bad130be98 60c5c796a57e |
comparison
equal
deleted
inserted
replaced
515:66f3c5d258e2 | 521:7a20e3054c9e |
---|---|
33 this.plugins = [rowEditing]; | 33 this.plugins = [rowEditing]; |
34 this.dockedItems = [{ | 34 this.dockedItems = [{ |
35 xtype: 'toolbar', | 35 xtype: 'toolbar', |
36 dock: 'bottom', | 36 dock: 'bottom', |
37 items: ['->', { | 37 items: ['->', { |
38 text: 'Details', | |
39 icon: 'gfx/document-open.png', | |
40 action: 'open' | |
41 }, { | |
38 text: 'Hinzufügen', | 42 text: 'Hinzufügen', |
39 icon: 'gfx/list-add.png', | 43 icon: 'gfx/list-add.png', |
40 action: 'add', | 44 action: 'add', |
41 probeId: this.probeId | 45 probeId: this.probeId |
42 }, { | 46 }, { |
43 text: 'Löschen', | 47 text: 'Löschen', |
44 icon: 'gfx/list-remove.png', | 48 icon: 'gfx/list-remove.png', |
45 action: 'delete' | 49 action: 'delete' |
46 }, { | |
47 text: 'Öffnen', | |
48 icon: 'gfx/document-open.png', | |
49 action: 'open' | |
50 }] | 50 }] |
51 }]; | 51 }]; |
52 this.columns = [{ | 52 this.columns = [{ |
53 header: 'Mess.ID', | 53 header: 'Mess.ID', |
54 editor: { | 54 editor: { |