details:   /erp/devel/pi/rev/663c32bcda9a
changeset: 9795:663c32bcda9a
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Jan 14 00:39:41 2011 +0100
summary:   [form][style] Moved OBSearchItem styles to proper location

details:   /erp/devel/pi/rev/05c950b3fdb7
changeset: 9796:05c950b3fdb7
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Jan 14 00:40:20 2011 +0100
summary:   [form][style] Removed wrong located and unneeded styles from 
ob-smartclient.js

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js
 |  3 +++
 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
                                             |  4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r db70237d0f3e -r 05c950b3fdb7 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js
      Fri Jan 14 00:10:12 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js
      Fri Jan 14 00:40:20 2011 +0100
@@ -44,6 +44,9 @@
 });
 
 isc.OBSearchItem.addProperties({
+  cellStyle: 'OBFormField',
+  titleStyle: 'OBFormFieldLabel',
+  textBoxStyle: 'OBFormFieldInput',
   pickerIconHeight: 21,
   pickerIconWidth: 21,
   pickerIconSrc: 
'[SKINIMG]../../org.openbravo.client.application/images/form/search_picker.png',
diff -r db70237d0f3e -r 05c950b3fdb7 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
--- 
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Fri Jan 14 00:10:12 2011 +0100
+++ 
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Fri Jan 14 00:40:20 2011 +0100
@@ -26,10 +26,6 @@
 isc.setAutoDraw(false);
 
 isc.FormItem.addProperties({
-  cellStyle: 'OBFormField',
-  titleStyle: 'OBFormFieldLabel',
-  textBoxStyle: 'OBFormFieldInput',
-  
   titleClick: function(form, item){
     item.focusInItem();
   },

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to