Mercurial > lada > lada-client
comparison app/view/Viewport.js @ 791:56f91254cd23
removed icons
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 12:40:27 +0200 |
parents | 3ffecbce17d6 |
children | 4b9b1d3ad9f1 |
comparison
equal
deleted
inserted
replaced
790:17eeaa7d4f9c | 791:56f91254cd23 |
---|---|
71 } | 71 } |
72 } | 72 } |
73 ] | 73 ] |
74 } | 74 } |
75 }, '->', { | 75 }, '->', { |
76 xtype: 'box', | |
77 autoEl: { | |
78 tag: 'img', | |
79 src: 'resources/img/user-identity.png' | |
80 } | |
81 }, { | |
82 xtype: 'tbtext', | 76 xtype: 'tbtext', |
83 id: 'userinfo', | 77 id: 'userinfo', |
84 text: '' | 78 text: '' |
85 }, { | |
86 xtype: 'box', | |
87 autoEl: { | |
88 tag: 'img', | |
89 src: 'resources/img/network-workgroup.png' | |
90 } | |
91 }, { | 79 }, { |
92 xtype: 'tbtext', | 80 xtype: 'tbtext', |
93 id: 'groupinfo', | 81 id: 'groupinfo', |
94 text: '' | 82 text: '' |
95 }] | 83 }] |