Mercurial > lada > lada-client
changeset 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 | 4d968257d982 |
children | 63396d62a292 |
files | app/view/Viewport.js app/view/kommentare/List.js app/view/messungen/List.js app/view/messwerte/List.js app/view/mkommentare/List.js app/view/orte/List.js app/view/proben/List.js app/view/status/List.js app/view/zusatzwerte/List.js |
diffstat | 9 files changed, 19 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/Viewport.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/Viewport.js Fri Aug 30 12:51:39 2013 +0200 @@ -165,9 +165,9 @@ } }, "->", - {xtype: 'box', autoEl: {tag: 'img', src:'gfx/user.png'}}, + {xtype: 'box', autoEl: {tag: 'img', src:'gfx/user-identity.png'}}, {xtype: "tbtext", id:"userinfo", text:""}, - {xtype: 'box', autoEl: {tag: 'img', src:'gfx/usergroup.png'}}, + {xtype: 'box', autoEl: {tag: 'img', src:'gfx/network-workgroup.png'}}, {xtype: "tbtext", id:"groupinfo", text:""} ] }
--- a/app/view/kommentare/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/kommentare/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -22,13 +22,13 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- a/app/view/messungen/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/messungen/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -22,13 +22,13 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- a/app/view/messwerte/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/messwerte/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -23,14 +23,14 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId, parentId: this.parentId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- a/app/view/mkommentare/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/mkommentare/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -23,14 +23,14 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId, parentId: this.parentId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- a/app/view/orte/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/orte/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -22,13 +22,13 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- 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' } ]
--- a/app/view/status/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/status/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -23,14 +23,14 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId, parentId: this.parentId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]
--- a/app/view/zusatzwerte/List.js Fri Aug 30 12:50:23 2013 +0200 +++ b/app/view/zusatzwerte/List.js Fri Aug 30 12:51:39 2013 +0200 @@ -22,13 +22,13 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif', + icon: 'gfx/list-add.png', action: 'add', probeId: this.probeId }, { text: 'Löschen', - icon: 'gfx/minus.gif', + icon: 'gfx/list-remove.png', action: 'delete' } ]