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/basis/LC_Page_Admin_Basis_ZipInstall.php

    r22453 r22496  
    7070        $this->tpl_mainpage = 'basis/zip_install.tpl'; 
    7171        $this->tpl_subno = 'zip_install'; 
    72         $this->tpl_maintitle = t('TPL_MAINTITLE_006'); 
     72        $this->tpl_maintitle = t('c_Basic information_01'); 
    7373        $this->tpl_subtitle = t('LC_Page_Admin_Basis_ZipInstall_002'); 
    7474        $this->tpl_mainno = 'basis'; 
     
    201201    function lfInitParam($tpl_mode, &$objFormParam) { 
    202202        if ($tpl_mode == 'manual') { 
    203             $objFormParam->addParam(t('PARAM_LABEL_STARTROWNUM'), 'startRowNum', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
     203            $objFormParam->addParam(t('c_Start line_01'), 'startRowNum', INT_LEN, 'n', array('EXIST_CHECK', 'MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    204204        } 
    205205    } 
Note: See TracChangeset for help on using the changeset viewer.