Changeset 19533 for branches/camp


Ignore:
Timestamp:
2010/11/07 04:24:44 (13 years ago)
Author:
konishi
Message:

表示テスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r19507 r19533  
    245245            case 'preview': 
    246246                $_SESSION[preview] = $this->arrForm; 
    247                 $this->tpl_javascript = "window.open('".URL_DIR."admin/products/product_preview.php"."','test','100','100')"; 
    248 print_r($this->tpl_javascript); 
     247                //$this->tpl_javascript = "window.open('".URL_DIR."admin/products/product_preview.php"."','test')"; 
     248                $this->tpl_javascript = "window.open('".URL_DIR."products/detail.php"."','test')"; 
    249249                $this->lfProductPage(); 
    250250             
Note: See TracChangeset for help on using the changeset viewer.