details:   https://code.openbravo.com/erp/devel/pi/rev/eeb745de0de2
changeset: 14002:eeb745de0de2
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Mon Oct 17 19:17:47 2011 +0200
summary:   Fixed issue 17415: Now no logo is shown while loading a new one in 
the message bar

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.js
 |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 963aeba642a9 -r eeb745de0de2 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.js
     Mon Oct 17 18:31:12 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.js
     Mon Oct 17 19:17:47 2011 +0200
@@ -24,6 +24,8 @@
   height: 40,
   overflow: 'visible',
   setTypeStyle: function(type) {
+    this.mainIcon.setSrc('');
+    this.closeIcon.setSrc('');
     this.setStyleName('OBMessageBar_' + type);
     this.mainIcon.setSrc(OB.Styles.skinsPath + 
'Default/org.openbravo.client.application/images/messagebar/mainIcon-' + type + 
'.png');
     this.text.setStyleName('OBMessageBarDescriptionText 
OBMessageBarDescriptionText_' + type);

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to