Ignore:
Timestamp:
2011/03/09 11:05:01 (13 years ago)
Author:
t_yuo
Message:

#948 (コンテンツ管理>CSV出力設定、デザイン管理 サブタイトルが欲しい)

  • デザイン管理に対応しました。
File:
1 edited

Legend:

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

    r20538 r20560  
    5151        $this->tpl_mainno = 'design'; 
    5252        $this->tpl_subtitle = 'ヘッダー/フッター設定'; 
     53        $masterData = new SC_DB_MasterData_Ex(); 
     54        $this->arrDeviceType = $masterData->getMasterData('mtb_device_type'); 
    5355    } 
    5456 
     
    7981        } 
    8082        $this->device_type_id = $device_type_id; 
     83 
     84        //サブタイトルの追加 
     85        $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$device_type_id]; 
    8186 
    8287        // テンプレートのパス 
Note: See TracChangeset for help on using the changeset viewer.