Ignore:
Timestamp:
2012/01/21 01:12:03 (12 years ago)
Author:
Seasoft
Message:

#1289 (用語に揺らぎ「会員」)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_SearchCustomer.php

    r21250 r21419  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'customer/search_customer.tpl'; 
    48         $this->tpl_subtitle = '顧客検索'; 
     48        $this->tpl_subtitle = '会員検索'; 
    4949        $this->httpCacheControl('nocache'); 
    5050    } 
     
    8080        } 
    8181 
    82         // POSTのモードがsearchなら顧客検索開始 
     82        // POSTのモードがsearchなら会員検索開始 
    8383        switch ($this->getMode()) { 
    8484        case 'search': 
     
    123123 
    124124    /** 
    125      * 顧客一覧を検索する処理 
     125     * 会員一覧を検索する処理 
    126126     * 
    127127     * @param array $arrParam 検索パラメーター連想配列 
    128      * @return array( integer 全体件数, mixed 顧客データ一覧配列, mixed SC_PageNaviオブジェクト) 
     128     * @return array( integer 全体件数, mixed 会員データ一覧配列, mixed SC_PageNaviオブジェクト) 
    129129     */ 
    130130    function lfDoSearch($arrParam) { 
Note: See TracChangeset for help on using the changeset viewer.