[Lada-commits] [PATCH 1 of 3] removed icons

Wald Commits scm-commit at wald.intevation.org
Wed May 13 16:02:27 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1431513627 -7200
# Node ID 56f91254cd236cd9be1a5c46c9e4ec5da164a92a
# Parent  17eeaa7d4f9cfc6f830429759030180e16f6d836
removed icons

diff -r 17eeaa7d4f9c -r 56f91254cd23 app/view/Viewport.js
--- a/app/view/Viewport.js	Wed May 13 11:32:06 2015 +0200
+++ b/app/view/Viewport.js	Wed May 13 12:40:27 2015 +0200
@@ -73,22 +73,10 @@
                             ]
                         }
                     }, '->', {
-                        xtype: 'box',
-                        autoEl: {
-                            tag: 'img',
-                            src: 'resources/img/user-identity.png'
-                        }
-                    }, {
                         xtype: 'tbtext',
                         id: 'userinfo',
                         text: ''
                     }, {
-                        xtype: 'box',
-                        autoEl: {
-                            tag: 'img',
-                            src: 'resources/img/network-workgroup.png'
-                        }
-                    }, {
                         xtype: 'tbtext',
                         id: 'groupinfo',
                         text: ''


More information about the Lada-commits mailing list