details:   /erp/devel/pi/rev/02a880783490
changeset: 13099:02a880783490
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Tue Jul 05 12:55:33 2011 +0200
summary:   Fixed issue 17883: YesNo items are as usual again

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
                                               |  2 +-
 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
 |  1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e3cd8b5b827c -r 02a880783490 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Tue Jul 05 11:34:58 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Tue Jul 05 12:55:33 2011 +0200
@@ -148,9 +148,9 @@
       showValueIconFocused: 
OB.Styles.OBFormField.DefaultCheckbox.showValueIconFocused,
       showFocused: OB.Styles.OBFormField.DefaultCheckbox.showFocused,
       defaultValue: OB.Styles.OBFormField.DefaultCheckbox.defaultValue,
-      titleOrientation: OB.Styles.OBFormField.DefaultCheckbox.titleOrientation,
       checkedImage: OB.Styles.OBFormField.DefaultCheckbox.checkedImage,
       uncheckedImage: OB.Styles.OBFormField.DefaultCheckbox.uncheckedImage,
+      titleOrientation: 'right',
       editorType: 'checkbox'
     };
 
diff -r e3cd8b5b827c -r 02a880783490 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
   Tue Jul 05 11:34:58 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
   Tue Jul 05 12:55:33 2011 +0200
@@ -125,7 +125,6 @@
   showValueIconFocused: true,
   showFocused: true,
   defaultValue: false,
-  titleOrientation: 'right',
   checkedImage: OB.Styles.skinsPath + 
'Default/org.openbravo.client.application/images/form/checked.png',
   uncheckedImage: OB.Styles.skinsPath + 
'Default/org.openbravo.client.application/images/form/unchecked.png'
 };

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to