Mercurial > lada > lada-client
comparison app/view/messungen/List.js @ 391:d1bb925bb5f5
Use the new icons in list views and status bar.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 30 Aug 2013 12:51:39 +0200 |
parents | eccf58d3b106 |
children | 7e73478780fe |
comparison
equal
deleted
inserted
replaced
390:4d968257d982 | 391:d1bb925bb5f5 |
---|---|
20 xtype: 'toolbar', | 20 xtype: 'toolbar', |
21 dock: 'top', | 21 dock: 'top', |
22 items: [ | 22 items: [ |
23 { | 23 { |
24 text: 'Hinzufügen', | 24 text: 'Hinzufügen', |
25 icon: 'gfx/plus.gif', | 25 icon: 'gfx/list-add.png', |
26 action: 'add', | 26 action: 'add', |
27 probeId: this.probeId | 27 probeId: this.probeId |
28 }, | 28 }, |
29 { | 29 { |
30 text: 'Löschen', | 30 text: 'Löschen', |
31 icon: 'gfx/minus.gif', | 31 icon: 'gfx/list-remove.png', |
32 action: 'delete' | 32 action: 'delete' |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
36 ]; | 36 ]; |