You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/18 13:13:23 UTC

svn commit: r1749004 - /ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js

Author: pranayp
Date: Sat Jun 18 13:13:22 2016
New Revision: 1749004

URL: http://svn.apache.org/viewvc?rev=1749004&view=rev
Log:
[OFBIZ-7274] - Not an actual code backport from Trunk revision 1748929 but a UI fix backport, as the width property to be now set in R14.12 in fieldlookup.js. Thanks Vaibhav Jain for reporting the issue and Aditya Patwa for providing the patch.

Modified:
    ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js

Modified: ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js?rev=1749004&r1=1749003&r2=1749004&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/branches/release14.12/framework/images/webapp/images/fieldlookup.js Sat Jun 18 13:13:22 2016
@@ -181,7 +181,7 @@ var Lookup = function(options) {
         dialogTarget : options.dialogTarget || "",
         dialogOptionalTarget : options.dialogOptionalTarget || "",
         formName : options.formName || "",
-        width : options.width || "620",
+        width : options.width || "640",
         height : options.height || "500",
         position : options.position || "topleft",
         modal : options.modal || "true",
@@ -844,4 +844,4 @@ if (typeof String.prototype.trim !== 'fu
     String.prototype.trim = function() {
         return this.replace(/^\s+|\s+$/g, '');
     }
-}
\ No newline at end of file
+}