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/shopping/LC_Page_Shopping_Deliv.php

    r22081 r22100  
    4646        $masterData = new SC_DB_MasterData_Ex(); 
    4747        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    48         $this->tpl_title = SC_I18n_Ex::t('LC_Page_Shopping_Deliv_001'); 
     48        $this->tpl_title = t('LC_Page_Shopping_Deliv_001'); 
    4949        $this->httpCacheControl('nocache'); 
    5050    } 
     
    202202     */ 
    203203    function lfInitParam(&$objFormParam) { 
    204         $objFormParam->addParam(SC_I18n_Ex::t('PARAM_LABEL_OTHER_DELIV_ID'), 'other_deliv_id', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    205         $objFormParam->addParam(SC_I18n_Ex::t('PARAM_LABEL_CUSTOMER_DELIV_CHECK'), 'deliv_check', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
     204        $objFormParam->addParam(t('PARAM_LABEL_OTHER_DELIV_ID'), 'other_deliv_id', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     205        $objFormParam->addParam(t('PARAM_LABEL_CUSTOMER_DELIV_CHECK'), 'deliv_check', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
    206206    } 
    207207 
Note: See TracChangeset for help on using the changeset viewer.