Ignore:
Timestamp:
2008/04/17 19:42:29 (16 years ago)
Author:
satou
Message:

【管理画面】パラメータ設定・マスタデータ管理をシステム設定に移行

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/system/LC_Page_Admin_System_Masterdata.php

    r17222 r17267  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_Basis_Masterdata extends LC_Page { 
     34class LC_Page_Admin_System_Masterdata extends LC_Page { 
    3535 
    3636    // }}} 
     
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_mainpage = 'basis/masterdata.tpl'; 
    47         $this->tpl_subnavi = 'basis/subnavi.tpl'; 
     46        $this->tpl_mainpage = 'system/masterdata.tpl'; 
     47        $this->tpl_subnavi = 'system/subnavi.tpl'; 
    4848        $this->tpl_subno = 'masterdata'; 
    49         $this->tpl_mainno = 'basis'; 
     49        $this->tpl_mainno = 'system'; 
    5050    } 
    5151 
Note: See TracChangeset for help on using the changeset viewer.