Ignore:
Timestamp:
2013/02/04 18:12:18 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22492 r22496  
    4949        $this->tpl_subno = 'header'; 
    5050        $this->tpl_mainno = 'design'; 
    51         $this->tpl_maintitle = t('TPL_MAINTITLE_003'); 
     51        $this->tpl_maintitle = t('c_Design_01'); 
    5252        $this->tpl_subtitle = t('LC_Page_Admin_Design_Header_002'); 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
     
    8787                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    8888                    if ($this->doRegister($objFormParam)) { 
    89                         $this->tpl_onload = "alert('" . t('ALERT_004') . "');"; 
     89                        $this->tpl_onload = "alert('" . t('c_Registration is complete._01') . "');"; 
    9090                    } 
    9191                } 
     
    133133    function lfInitParam(&$objFormParam) { 
    134134        $objFormParam->addParam(t('c_Terminal type ID_01'), 'device_type_id', INT_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    135         $objFormParam->addParam(t('PARAM_LABEL_DIVISION_ALP'), 'division', STEXT_LEN, 'a', array('MAX_LENGTH_CHECK')); 
     135        $objFormParam->addParam(t('c_division_01'), 'division', STEXT_LEN, 'a', array('MAX_LENGTH_CHECK')); 
    136136        $objFormParam->addParam(t('c_Header data_01'), 'header'); 
    137137        $objFormParam->addParam(t('c_Footer data_01'), 'footer'); 
     
    148148        $objErr = new SC_CheckError_Ex($arrParams); 
    149149        $objErr->arrErr =& $arrErr; 
    150         $objErr->doFunc(array(t('PARAM_LABEL_DIVISION_ALP'), 'division', STEXT_LEN), array('EXIST_CHECK')); 
     150        $objErr->doFunc(array(t('c_division_01'), 'division', STEXT_LEN), array('EXIST_CHECK')); 
    151151        return $objErr->arrErr; 
    152152    } 
Note: See TracChangeset for help on using the changeset viewer.