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/products/LC_Page_Admin_Products_ProductClass.php

    r22492 r22496  
    4747        $this->tpl_mainno = 'products'; 
    4848        $this->tpl_subno = 'product'; 
    49         $this->tpl_maintitle = t('TPL_MAINTITLE_007'); 
     49        $this->tpl_maintitle = t('c_Products_01'); 
    5050        $this->tpl_subtitle = t('LC_Page_Admin_Products_ProductClass_001'); 
    5151        $masterData = new SC_DB_MasterData_Ex(); 
     
    185185        $objFormParam->addParam(t('c_Product name_01'), 'search_name', STEXT_LEN, 'KVa', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    186186        $objFormParam->addParam(t('c_Category_01'), 'search_category_id', STEXT_LEN, 'n', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    187         $objFormParam->addParam(t('PARAM_LABEL_TYPE'), 'search_status', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
     187        $objFormParam->addParam(t('c_Type_01'), 'search_status', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
    188188        $objFormParam->addParam(t('c_Start year_01'), 'search_startyear', INT_LEN, 'n', array('MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    189189        $objFormParam->addParam(t('c_Start month_01'), 'search_startmonth', INT_LEN, 'n', array('MAX_LENGTH_CHECK', 'NUM_CHECK')); 
Note: See TracChangeset for help on using the changeset viewer.