View Single Post
  #6  
Old 10-06-2006, 02:30 AM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default Re: How to enlarge the "Edit Options" pop-up window?

From 4.1.3

Have a look at

{include file="main/include_js.tpl" src="modules/Product_Options/edit_product_options.js"}

look for the following javascript code: -
PHP Code:
function openPopupPOptions(targetid) {
    return 
window.open('popup_poptions.php?target='+target+'&id='+id,'POptions','width=400,height=350,toolbar=no,status=no,scrollbars=yes,resizable=no,menubar=no,location=no,direction=no');


Note the "width", "height" and "resizable" settings.
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote