details:   /erp/devel/pi/rev/db70237d0f3e
changeset: 9794:db70237d0f3e
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Jan 14 00:10:12 2011 +0100
summary:   [form][style] Moved OBNumberItem styles to proper location

diffstat:

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

diffs (32 lines):

diff -r c3c3f5f1fd8b -r db70237d0f3e 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
   Thu Jan 13 23:48:37 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
   Fri Jan 14 00:10:12 2011 +0100
@@ -755,10 +755,6 @@
 // The Openbravo numeric form item.
 isc.OBNumberItem.addProperties({
   typeInstance: null,
-  errorOrientation: 'left',
-  cellStyle: 'OBFormField',
-  titleStyle: 'OBFormFieldLabel',
-  textBoxStyle: 'OBFormFieldInput',
   
   keyPressFilter: '[0-9.,-]',
   
diff -r c3c3f5f1fd8b -r db70237d0f3e 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
       Thu Jan 13 23:48:37 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
       Fri Jan 14 00:10:12 2011 +0100
@@ -152,6 +152,14 @@
 isc.OBDateTimeItem.addProperties(isc.addProperties({}, 
OB.OBDateItemStyleProperties));
 
 
+isc.OBNumberItem.addProperties({
+  errorOrientation: 'left',
+  cellStyle: 'OBFormField',
+  titleStyle: 'OBFormFieldLabel',
+  textBoxStyle: 'OBFormFieldInput'
+});
+
+
 /* =====================================================================
  * Main layout styling properties
  =======================================================================*/

------------------------------------------------------------------------------
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