Changeset 19635


Ignore:
Timestamp:
2010/11/07 09:18:23 (13 years ago)
Author:
kishik
Message:

商品登録前プレビュー

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

Legend:

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

    r19632 r19635  
    8484         
    8585        $this->arrForm = $_SESSION["preview"]; 
    86         var_dump($this->arrForm); 
    87         exit; 
    8886 
    8987        $objView = new SC_SiteView(strlen($_POST['mode']) == 0); 
     
    260258        $this->arrPayment = $this->lfGetPayment(); 
    261259        // 入力情報を渡す 
    262         $this->arrForm = $this->objFormParam->getFormParamList(); 
     260        // $this->arrForm = $this->objFormParam->getFormParamList(); 
    263261        //レビュー情報の取得 
    264262        $this->arrReview = $this->lfGetReviewData($product_id); 
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    r19633 r19635  
    246246                $_SESSION['preview'] = $this->arrForm; 
    247247                $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')"; 
    249248                $this->lfProductPage(); 
    250              
    251                 break; 
     249                break; 
    252250            default: 
    253251                $this->lfProductPage();     // 商品登録ページ 
Note: See TracChangeset for help on using the changeset viewer.