Ignore:
Timestamp:
2012/11/16 14:56:04 (11 years ago)
Author:
pineray
Message:

#163 (テキスト出力多言語対応)

グローバル化に伴い、不要となった SC_I18n を削除.

File:
1 edited

Legend:

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

    r22067 r22100  
    4848        $this->tpl_subno = 'index'; 
    4949        $this->tpl_pager = 'pager.tpl'; 
    50         $this->tpl_maintitle = SC_I18n_Ex::t('TPL_MAINTITLE_004'); 
    51         $this->tpl_subtitle = SC_I18n_Ex::t('LC_Page_Admin_Customer_002'); 
     50        $this->tpl_maintitle = t('TPL_MAINTITLE_004'); 
     51        $this->tpl_subtitle = t('LC_Page_Admin_Customer_002'); 
    5252 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
    5454        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    5555        $this->arrJob = $masterData->getMasterData('mtb_job'); 
    56         $this->arrJob[SC_I18n_Ex::t('LC_Page_Admin_Customer_003')] = SC_I18n_Ex::t('LC_Page_Admin_Customer_003'); 
     56        $this->arrJob[t('LC_Page_Admin_Customer_003')] = t('LC_Page_Admin_Customer_003'); 
    5757        $this->arrSex = $masterData->getMasterData('mtb_sex'); 
    5858        $this->arrPageMax = $masterData->getMasterData('mtb_page_max'); 
     
    159159    function lfInitParam(&$objFormParam) { 
    160160        SC_Helper_Customer_Ex::sfSetSearchParam($objFormParam); 
    161         $objFormParam->addParam(SC_I18n_Ex::t('PARAM_LABEL_EDIT_CUSTOMER_ID'), 'edit_customer_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
     161        $objFormParam->addParam(t('PARAM_LABEL_EDIT_CUSTOMER_ID'), 'edit_customer_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
    162162    } 
    163163 
Note: See TracChangeset for help on using the changeset viewer.