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

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

Location:
branches/version-2_11-dev/data/class/pages/admin/design
Files:
7 edited

Legend:

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

    r20841 r20911  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = 'design/index.tpl'; 
    47         $this->tpl_subnavi = 'design/subnavi.tpl'; 
    4847        $this->tpl_subno = 'layout'; 
    4948        $this->tpl_mainno = 'design'; 
     49        $this->tpl_maintitle = 'デザイン管理'; 
    5050        $this->tpl_subtitle = 'レイアウト設定'; 
    5151        $masterData = new SC_DB_MasterData_Ex(); 
     
    132132        $this->arrEditPage = $objLayout->getPageProperties($this->device_type_id, null); 
    133133        //サブタイトルを取得 
    134         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     134        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    135135    } 
    136136 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php

    r20859 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'design/bloc.tpl'; 
    48         $this->tpl_subnavi = 'design/subnavi.tpl'; 
    4948        $this->tpl_subno_edit = 'bloc'; 
    5049        $this->text_row = 13; 
    5150        $this->tpl_subno = 'bloc'; 
    5251        $this->tpl_mainno = 'design'; 
     52        $this->tpl_maintitle = 'デザイン管理'; 
    5353        $this->tpl_subtitle = 'ブロック設定'; 
    5454        $masterData = new SC_DB_MasterData_Ex(); 
     
    131131            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    132132        } 
    133         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     133        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    134134        $this->arrForm = $objFormParam->getFormParamList(); 
    135135    } 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_CSS.php

    r20860 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'design/css.tpl'; 
    48         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    4948        $this->area_row = 30; 
    5049        $this->tpl_subno = 'css'; 
    5150        $this->tpl_mainno = 'design'; 
     51        $this->tpl_maintitle = 'デザイン管理'; 
    5252        $this->tpl_subtitle = 'CSS設定'; 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
     
    129129 
    130130        } 
    131         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     131        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    132132        $this->arrForm = $objFormParam->getFormParamList(); 
    133133    } 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Header.php

    r20860 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'design/header.tpl'; 
    48         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    4948        $this->header_row = 13; 
    5049        $this->footer_row = 13; 
    5150        $this->tpl_subno = 'header'; 
    5251        $this->tpl_mainno = 'design'; 
     52        $this->tpl_maintitle = 'デザイン管理'; 
    5353        $this->tpl_subtitle = 'ヘッダー/フッター設定'; 
    5454        $masterData = new SC_DB_MasterData_Ex(); 
     
    112112 
    113113        //サブタイトルの追加 
    114         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     114        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    115115    } 
    116116 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php

    r20857 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'design/main_edit.tpl'; 
    48         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    4948        $this->text_row     = 13; 
    5049        $this->tpl_subno = "main_edit"; 
    5150        $this->tpl_mainno = 'design'; 
     51        $this->tpl_maintitle = 'デザイン管理'; 
    5252        $this->tpl_subtitle = 'ページ詳細設定'; 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
     
    128128            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    129129        } 
    130         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     130        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    131131        $this->arrForm = $objFormParam->getFormParamList(); 
    132132    } 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php

    r20863 r20911  
    4747        parent::init(); 
    4848        $this->tpl_mainpage = 'design/template.tpl'; 
    49         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    5049        $this->tpl_subno    = 'template'; 
    5150        $this->tpl_mainno   = 'design'; 
     51        $this->tpl_maintitle = 'デザイン管理'; 
    5252        $this->tpl_subtitle = 'テンプレート設定'; 
    5353        $this->arrErr  = array(); 
     
    130130            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    131131        } 
    132         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     132        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    133133    } 
    134134 
  • branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_UpDown.php

    r20885 r20911  
    4747        parent::init(); 
    4848        $this->tpl_mainpage = 'design/up_down.tpl'; 
    49         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    5049        $this->tpl_subno    = 'up_down'; 
    5150        $this->tpl_mainno   = 'design'; 
     51        $this->tpl_maintitle = 'デザイン管理'; 
    5252        $this->tpl_subtitle = 'テンプレート追加'; 
    5353        $this->arrErr  = array(); 
     
    101101        } 
    102102        //サブタイトルの追加 
    103         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     103        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    104104        $this->arrForm = $objFormParam->getFormParamList(); 
    105105    } 
Note: See TracChangeset for help on using the changeset viewer.