Author: pranayp
Date: Sat Jun 18 13:14:45 2016
New Revision: 1749005
URL:
http://svn.apache.org/viewvc?rev=1749005&view=revLog:
[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 R13.07 in fieldlookup.js. Thanks Vaibhav Jain for reporting the issue and Aditya Patwa for providing the patch.
Modified:
ofbiz/branches/release13.07/framework/images/webapp/images/fieldlookup.js
Modified: ofbiz/branches/release13.07/framework/images/webapp/images/fieldlookup.js
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/images/webapp/images/fieldlookup.js?rev=1749005&r1=1749004&r2=1749005&view=diff==============================================================================
--- ofbiz/branches/release13.07/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/branches/release13.07/framework/images/webapp/images/fieldlookup.js Sat Jun 18 13:14:45 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",
@@ -877,4 +877,4 @@ if (typeof String.prototype.trim !== 'fu
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g, '');
}
-}
\ No newline at end of file
+}