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(target, id) { 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
|