Changeset 19380 for branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
- Timestamp:
- 2010/11/07 02:26:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r19377 r19380 237 237 $objCartSess->addPreview($this->arrForm); 238 238 print_r($this->previewSession); 239 echo "window.open('/html/admin/products/product_preview.php','test','100','100');";239 echo window.open('/html/admin/products/product_preview.php','test','100','100');; 240 240 $this->lfProductPage(); 241 241
Note: See TracChangeset
for help on using the changeset viewer.