Ignore:
Timestamp:
2012/01/17 16:32:25 (12 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21326 #1536
r21325 #1528
r21324 #1547,#1546
r21323 #1546
r21322 #1543
r21321 #1536
r21320 #1536
r21319 #1544
r21318 #1521,#1522
r21317 #1431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php

    r21402 r21410  
    2727 
    2828/** 
    29  * カテゴリ登録CSVのページクラス 
     29 * カテゴリ登録CSVのページクラス 
    3030 * 
    3131 * LC_Page_Admin_Products_UploadCSV をカスタマイズする場合はこのクラスを編集する. 
     
    7373        $this->tpl_subno    = 'upload_csv_category'; 
    7474        $this->tpl_maintitle = '商品管理'; 
    75         $this->tpl_subtitle = 'カテゴリ登録CSV'; 
     75        $this->tpl_subtitle = 'カテゴリ登録CSV'; 
    7676        $this->csv_id = '5'; 
    7777 
     
    350350 
    351351    /** 
    352      * カテゴリ登録を行う. 
     352     * カテゴリ登録を行う. 
    353353     * 
    354354     * FIXME: 登録の実処理自体は、LC_Page_Admin_Products_Categoryと共通化して欲しい。 
Note: See TracChangeset for help on using the changeset viewer.