Ignore:
Timestamp:
2011/05/05 04:29:41 (13 years ago)
Author:
Seasoft
Message:

#902 (タイトル表記をパンくずリスト形式とする)
#1290 (メニューとタイトルが一致していない)
#1291 (不要なクラス変数 $tpl_subnavi)

File:
1 edited

Legend:

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

    r20764 r20911  
    2626 
    2727/** 
    28  * 配送業者設定 のページクラス. 
     28 * 配送方法設定 のページクラス. 
    2929 * 
    3030 * @package Page 
     
    4444        parent::init(); 
    4545        $this->tpl_mainpage = 'basis/delivery_input.tpl'; 
    46         $this->tpl_subnavi = 'basis/subnavi.tpl'; 
    4746        $this->tpl_subno = 'delivery'; 
    4847        $this->tpl_mainno = 'basis'; 
     
    5150        $this->arrProductType = $masterData->getMasterData("mtb_product_type"); 
    5251        $this->arrPayments = SC_Helper_DB_Ex::sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 
    53         $this->tpl_subtitle = '配送業者設定'; 
     52        $this->tpl_maintitle = '基本情報管理'; 
     53        $this->tpl_subtitle = '配送方法設定'; 
    5454        $this->mode = $this->getMode(); 
    5555    } 
     
    8383                if (count($this->arrErr) == 0) { 
    8484                    $objFormParam->setValue('deliv_id', $this->lfRegistData($objFormParam->getHashArray(), $_SESSION['member_id'])); 
    85                     $this->tpl_onload = "window.alert('配送業者設定が完了しました。');"; 
     85                    $this->tpl_onload = "window.alert('配送方法設定が完了しました。');"; 
    8686                } 
    8787                break; 
Note: See TracChangeset for help on using the changeset viewer.