[OFBiz] SVN: r6592 - trunk/framework/images/webapp/images

jaz@svn.ofbiz.org jaz at svn.ofbiz.org
Thu Jan 26 01:45:13 CST 2006


Author: jaz
Date: 2006-01-26 01:45:09 -0600 (Thu, 26 Jan 2006)
New Revision: 6592

Modified:
   trunk/framework/images/webapp/images/selectall.js
Log:
updated printing popup


Modified: trunk/framework/images/webapp/images/selectall.js
===================================================================
--- trunk/framework/images/webapp/images/selectall.js	2006-01-26 07:30:26 UTC (rev 6591)
+++ trunk/framework/images/webapp/images/selectall.js	2006-01-26 07:45:09 UTC (rev 6592)
@@ -110,7 +110,7 @@
         }
     }
 
-    popUp(url, "PrintWindow", '250', '650');
+    popupWindow = window.open(url, name, 'location=no,statusbar=1,menubar=0,scrollbars,width=375,height=75,top=0,left=0');    
 }
 
 // hidden div functions



More information about the Svn mailing list