diff --git a/etemplate/js/et2_widget_image.js b/etemplate/js/et2_widget_image.js index 25275f252e..4af0af193c 100644 --- a/etemplate/js/et2_widget_image.js +++ b/etemplate/js/et2_widget_image.js @@ -255,6 +255,7 @@ var et2_appicon = et2_image.extend( set_src: function(_app) { if (!_app) _app = this.egw().app_name(); + this.image.addClass('et2_appicon'); this._super.call(this, _app == 'sitemgr-link' ? 'sitemgr/sitemgr-link' : // got removed from jdots (this.egw().app(_app, 'icon_app') || _app)+'/'+(this.egw().app(_app, 'icon') || 'navbar')); }