details:   https://code.openbravo.com/erp/devel/pi/rev/eed6453e5866
changeset: 19036:eed6453e5866
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Fri Dec 14 10:12:34 2012 +0100
summary:   Fixes issue 22468: Fields do not move when the quantity field is 
shown

Now, when the quantity field is shown in the filter date chooser, the rest of 
the fields do not move to the left.

This has been accomplished by changing the calculatedDateFieldDefaults, and 
settings its default width to 85.

diffstat:

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

diffs (13 lines):

diff -r f35ff44294da -r eed6453e5866 
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
   Fri Dec 14 09:58:45 2012 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
   Fri Dec 14 10:12:34 2012 +0100
@@ -440,7 +440,8 @@
 isc.RelativeDateItem.changeDefaults('calculatedDateFieldDefaults', {
   canFocus: false,
   disabled: true,
-  showDisabled: false
+  showDisabled: false,
+  width: 85
 });
 
 /* =====================================================================

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to