Author: adrian
Date: 2006-08-02 10:07:46 -0500 (Wed, 02 Aug 2006)
New Revision: 3517

Modified:
   django/trunk/django/contrib/admin/media/js/admin/RelatedObjectLookups.js
Log:
Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 
800-pixels wide. Thanks for reporting, [EMAIL PROTECTED]

Modified: 
django/trunk/django/contrib/admin/media/js/admin/RelatedObjectLookups.js
===================================================================
--- django/trunk/django/contrib/admin/media/js/admin/RelatedObjectLookups.js    
2006-08-02 15:05:51 UTC (rev 3516)
+++ django/trunk/django/contrib/admin/media/js/admin/RelatedObjectLookups.js    
2006-08-02 15:07:46 UTC (rev 3517)
@@ -11,7 +11,7 @@
     } else {
         href = triggeringLink.href + '?pop=1';
     }
-    var win = window.open(href, name, 
'height=500,width=740,resizable=yes,scrollbars=yes');
+    var win = window.open(href, name, 
'height=500,width=800,resizable=yes,scrollbars=yes');
     win.focus();
     return false;
 }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to