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_Log.php

    r22492 r22496  
    4646        $this->tpl_subno    = 'log'; 
    4747        $this->tpl_mainno   = 'system'; 
    48         $this->tpl_maintitle = t('TPL_MAINTITLE_009'); 
     48        $this->tpl_maintitle = t('c_System_01'); 
    4949        $this->tpl_subtitle = t('LC_Page_Admin_System_Log_001'); 
    5050        $this->line_max     = 50; 
     
    104104     */ 
    105105    function lfInitParam(&$objFormParam) { 
    106         $objFormParam->addParam(t('PARAM_LABEL_FILE'), 'log', null, '', array()); 
     106        $objFormParam->addParam(t('c_File_01'), 'log', null, '', array()); 
    107107        $objFormParam->addParam(t('c_Number of lines_01'), 'line_max', INT_LEN, '', array('NUM_CHECK', 'MAX_LENGTH_CHECK'), 50); 
    108108    } 
Note: See TracChangeset for help on using the changeset viewer.