Ignore:
Timestamp:
2013/02/13 12:39:04 (11 years ago)
Author:
kim
Message:

#2084 メッセージIDの振り直し漏れ、切り出しミス、テンプレートにのみ存在するメッセージIDを修正。
LC_Page_Admin_Basis_DeliveryInput.php に「;;」となっている2箇所も修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_DeliveryInput.php

    r22509 r22530  
    5050        $this->arrProductType = $masterData->getMasterData('mtb_product_type'); 
    5151        $this->arrPayments = SC_Helper_DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method'); 
    52         $this->tpl_maintitle = t('c_Basic information_01');; 
    53         $this->tpl_subtitle = t('c_Delivery method settings_01');; 
     52        $this->tpl_maintitle = t('c_Basic information_01'); 
     53        $this->tpl_subtitle = t('c_Delivery method settings_01'); 
    5454        $this->mode = $this->getMode(); 
    5555    } 
Note: See TracChangeset for help on using the changeset viewer.