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/customer/LC_Page_Admin_Customer_Edit.php

    r20819 r20911  
    4646        $this->tpl_mainpage = 'customer/edit.tpl'; 
    4747        $this->tpl_mainno = 'customer'; 
    48         $this->tpl_subnavi = 'customer/subnavi.tpl'; 
    4948        $this->tpl_subno = 'index'; 
    5049        $this->tpl_pager = 'pager.tpl'; 
    51         $this->tpl_subtitle = '顧客マスタ'; 
     50        $this->tpl_maintitle = '顧客管理'; 
     51        $this->tpl_subtitle = '顧客登録'; 
    5252 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.