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

    r20541 r20560  
    5252        $masterData = new SC_DB_MasterData_Ex(); 
    5353        $this->arrTarget = $masterData->getMasterData("mtb_target"); 
     54        $this->arrDeviceType = $masterData->getMasterData('mtb_device_type'); 
    5455    } 
    5556 
     
    8788            $device_type_id = DEVICE_TYPE_PC; 
    8889        } 
     90 
     91        //サブタイトルの追加 
     92        $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$device_type_id]; 
    8993 
    9094        // 編集可能ページを取得 
Note: See TracChangeset for help on using the changeset viewer.