Mercurial > lada > lada-client
comparison app/view/proben/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 | eb79d9bf3929 |
children | 4fdc09ebf21d |
comparison
equal
deleted
inserted
replaced
390:4d968257d982 | 391:d1bb925bb5f5 |
---|---|
19 xtype: 'toolbar', | 19 xtype: 'toolbar', |
20 dock: 'top', | 20 dock: 'top', |
21 items: [ | 21 items: [ |
22 { | 22 { |
23 text: 'Hinzufügen', | 23 text: 'Hinzufügen', |
24 icon: 'gfx/plus.gif', | 24 icon: 'gfx/list-add.png', |
25 action: 'add' | 25 action: 'add' |
26 }, | 26 }, |
27 { | 27 { |
28 text: 'Import', | 28 text: 'Import', |
29 icon: 'gfx/plus.gif', | 29 icon: 'gfx/svn-commit.png', |
30 action: 'import' | 30 action: 'import' |
31 }, | 31 }, |
32 { | 32 { |
33 text: 'Export', | 33 text: 'Export', |
34 icon: 'gfx/document-save-as-6.png', | 34 icon: 'gfx/svn-update.png', |
35 action: 'export' | 35 action: 'export' |
36 } | 36 } |
37 ] | 37 ] |
38 } | 38 } |
39 ]; | 39 ]; |