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/system/LC_Page_Admin_System_System.php

    r22489 r22496  
    4747        $this->tpl_subno    = 'system'; 
    4848        $this->tpl_mainno   = 'system'; 
    49         $this->tpl_maintitle = t('TPL_MAINTITLE_009'); 
     49        $this->tpl_maintitle = t('c_System_01'); 
    5050        $this->tpl_subtitle = t('c_System information_01'); 
    5151    } 
     
    104104     */ 
    105105    function initForm(&$objFormParam, &$arrParams) { 
    106         $objFormParam->addParam(t('PARAM_LABEL_MODE_ALP'), 'mode', INT_LEN, '', array('ALPHA_CHECK', 'MAX_LENGTH_CHECK')); 
     106        $objFormParam->addParam(t('c_mode_01'), 'mode', INT_LEN, '', array('ALPHA_CHECK', 'MAX_LENGTH_CHECK')); 
    107107        $objFormParam->setParam($arrParams); 
    108108    } 
Note: See TracChangeset for help on using the changeset viewer.