comparison app/view/mkommentare/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 b2dc95820b70
children debfcc7713e3
comparison
equal deleted inserted replaced
390:4d968257d982 391:d1bb925bb5f5
21 xtype: 'toolbar', 21 xtype: 'toolbar',
22 dock: 'top', 22 dock: 'top',
23 items: [ 23 items: [
24 { 24 {
25 text: 'Hinzufügen', 25 text: 'Hinzufügen',
26 icon: 'gfx/plus.gif', 26 icon: 'gfx/list-add.png',
27 action: 'add', 27 action: 'add',
28 probeId: this.probeId, 28 probeId: this.probeId,
29 parentId: this.parentId 29 parentId: this.parentId
30 }, 30 },
31 { 31 {
32 text: 'Löschen', 32 text: 'Löschen',
33 icon: 'gfx/minus.gif', 33 icon: 'gfx/list-remove.png',
34 action: 'delete' 34 action: 'delete'
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ]; 38 ];

http://lada.wald.intevation.org