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_Parameter.php

    • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
    r16741 r17267  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_Basis_Parameter extends LC_Page { 
     34class LC_Page_Admin_System_Parameter extends LC_Page { 
    3535 
    3636    // {{{ properties 
     
    5555    function init() { 
    5656        parent::init(); 
    57         $this->tpl_mainpage = 'basis/parameter.tpl'; 
    58         $this->tpl_subnavi = 'basis/subnavi.tpl'; 
     57        $this->tpl_mainpage = 'system/parameter.tpl'; 
     58        $this->tpl_subnavi = 'system/subnavi.tpl'; 
    5959        $this->tpl_subno = 'parameter'; 
    60         $this->tpl_mainno = 'basis'; 
     60        $this->tpl_mainno = 'system'; 
    6161    } 
    6262 
Note: See TracChangeset for help on using the changeset viewer.