Changeset 19461 for branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
- Timestamp:
- 2010/11/07 03:11:51 (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
r19454 r19461 244 244 break; 245 245 case 'preview': 246 $objCartSess = new SC_CartSession();247 $objCartSess->addPreview($this->arrForm);248 246 $_SESSION[preview] = $this->arrForm; 249 $this->tpl_onload = "window.open('URL_DIR . admin/products/product_preview.php','test','100','100');";247 $this->tpl_onload = window.open('URL_DIR . admin/products/product_preview.php','test','100','100'); 250 248 print_r($this); 251 249 $this->lfProductPage();
Note: See TracChangeset
for help on using the changeset viewer.