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

    r20538 r20560  
    5050        $this->tpl_mainno = 'design'; 
    5151        $this->tpl_subtitle = 'ページ詳細設定'; 
     52        $masterData = new SC_DB_MasterData_Ex(); 
     53        $this->arrDeviceType = $masterData->getMasterData('mtb_device_type'); 
    5254    } 
    5355 
     
    8587            $device_type_id = DEVICE_TYPE_PC; 
    8688        } 
     89 
     90        //サブタイトルの追加 
     91        $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$device_type_id]; 
    8792 
    8893        // ページ一覧を取得 
Note: See TracChangeset for help on using the changeset viewer.