details:   /erp/devel/pi/rev/bbc71ac2c28a
changeset: 9797:bbc71ac2c28a
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Jan 14 00:58:28 2011 +0100
summary:   [form][style] Re-fixed OBDateItem style

diffstat:

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

diffs (25 lines):

diff -r 05c950b3fdb7 -r bbc71ac2c28a 
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
       Fri Jan 14 00:40:20 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:58:28 2011 +0100
@@ -131,6 +131,9 @@
 
 
 OB.OBDateItemStyleProperties = {
+  cellStyle: 'OBFormField',
+  titleStyle: 'OBFormFieldLabel',
+  textBoxStyle: 'OBFormFieldInput',
   errorOrientation: 'left',
 
   pickerIconHSpace: '0',
@@ -153,10 +156,10 @@
 
 
 isc.OBNumberItem.addProperties({
-  errorOrientation: 'left',
   cellStyle: 'OBFormField',
   titleStyle: 'OBFormFieldLabel',
   textBoxStyle: 'OBFormFieldInput'
+  errorOrientation: 'left',
 });
 
 

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