Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/proben/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/proben/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -21,17 +21,17 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add' }, { text: 'Import', - icon: 'gfx/plus.gif', + icon: 'gfx/svn-commit.png', action: 'import' }, { text: 'Export', - icon: 'gfx/document-save-as-6.png', + icon: 'gfx/svn-update.png', action: 'export' } ]