Mercurial > lada > lada-client
comparison app/view/orte/List.js @ 528:8b4ec83ddca3
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 18:28:58 +0100 |
parents | de1acaf21db3 |
children | 95bad130be98 |
comparison
equal
deleted
inserted
replaced
527:9545adcfceeb | 528:8b4ec83ddca3 |
---|---|
36 } | 36 } |
37 this.dockedItems = [{ | 37 this.dockedItems = [{ |
38 xtype: 'toolbar', | 38 xtype: 'toolbar', |
39 dock: 'bottom', | 39 dock: 'bottom', |
40 items: ['->', { | 40 items: ['->', { |
41 text: 'Details', | |
42 icon: 'gfx/document-open.png', | |
43 action: 'open' | |
44 }, { | |
41 text: 'Hinzufügen', | 45 text: 'Hinzufügen', |
42 icon: 'gfx/list-add.png', | 46 icon: 'gfx/list-add.png', |
43 action: 'add', | 47 action: 'add', |
44 probeId: this.probeId | 48 probeId: this.probeId |
45 }, { | 49 }, { |