Mercurial > lada > lada-client
changeset 384:ea424aacd07f
Added user icons to the toolbar.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 29 Aug 2013 16:34:53 +0200 |
parents | fe8d6e1b08ff |
children | 08bb418f31c9 |
files | app/view/Viewport.js gfx/user.png gfx/usergroup.png |
diffstat | 3 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/Viewport.js Thu Aug 29 14:14:27 2013 +0200 +++ b/app/view/Viewport.js Thu Aug 29 16:34:53 2013 +0200 @@ -165,11 +165,10 @@ } }, "->", - "User:", - {xtype: "tbtext", id:"userinfo", text:"test"}, - "Blubb", - "Group:", - {xtype: "tbtext", id:"groupinfo", text:"test"} + {xtype: 'box', autoEl: {tag: 'img', src:'gfx/user.png'}}, + {xtype: "tbtext", id:"userinfo", text:""}, + {xtype: 'box', autoEl: {tag: 'img', src:'gfx/usergroup.png'}}, + {xtype: "tbtext", id:"groupinfo", text:""} ] } ],