Changeset 19461


Ignore:
Timestamp:
2010/11/07 03:11:51 (13 years ago)
Author:
konishi
Message:

表示テスト

Location:
branches/camp/camp-2_5-C/data/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/SC_CartSession.php

    r19375 r19461  
    559559        unset($_SESSION['cartKey']); 
    560560    } 
    561      
    562     function addPreview($form) { 
    563         $this->previewSession[preview] = $form; 
    564     } 
    565      
    566561} 
    567562?> 
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r19454 r19461  
    244244                break; 
    245245            case 'preview': 
    246                 $objCartSess = new SC_CartSession(); 
    247                 $objCartSess->addPreview($this->arrForm); 
    248246                $_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'); 
    250248                print_r($this); 
    251249                $this->lfProductPage(); 
Note: See TracChangeset for help on using the changeset viewer.