details:   /erp/devel/pi/rev/f7e872037bdc
changeset: 9888:f7e872037bdc
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Mon Jan 17 23:51:51 2011 +0100
summary:   Solved enabling of new button for root view

details:   /erp/devel/pi/rev/633dd082fd0c
changeset: 9889:633dd082fd0c
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Mon Jan 17 23:52:19 2011 +0100
summary:   Set some styling of OBPopupTextArea

diffstat:

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

diffs (33 lines):

diff -r 58fc114881c2 -r 633dd082fd0c 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Mon Jan 17 23:50:49 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
      Mon Jan 17 23:52:19 2011 +0100
@@ -191,6 +191,8 @@
     // disable new for the child views
     if (!this.isRootView) { 
       this.toolBar.setLeftMemberDisabled(isc.OBToolbar.TYPE_NEW, true);
+    } else {
+      this.toolBar.setLeftMemberDisabled(isc.OBToolbar.TYPE_NEW, false);
     }
     
     this.Super('initWidget', arguments);
diff -r 58fc114881c2 -r 633dd082fd0c 
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
      Mon Jan 17 23:50:49 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
      Mon Jan 17 23:52:19 2011 +0100
@@ -62,7 +62,7 @@
   errorOrientation: 'left',
   cellStyle: 'OBFormField',
   titleStyle: 'OBFormFieldLabel',
-  textBoxStyle: 'OBFormFieldInput'
+  textBoxStyle: 'OBFormFieldStatic'
 });
 
 OB.DefaultPickListStyleProperties = {
@@ -95,7 +95,7 @@
     shadowDepth: 5,
     bodyStyleName: 'OBPickListBody'
   },
-  
+
   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