diff app/view/Viewport.js @ 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 00bf2d4f3bd1 d1bb925bb5f5
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:""}
                     ]
                 }
             ],

http://lada.wald.intevation.org