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

    r20538 r20560  
    5454        $this->arrForm = array(); 
    5555        ini_set("max_execution_time", 300); 
     56        $masterData = new SC_DB_MasterData_Ex(); 
     57        $this->arrDeviceType = $masterData->getMasterData('mtb_device_type'); 
    5658    } 
    5759 
     
    8183            $device_type_id = DEVICE_TYPE_PC; 
    8284        } 
     85         
     86        //サブタイトルの追加 
     87        $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$device_type_id]; 
    8388 
    8489        $this->tpl_select = $this->getTemplateName($device_type_id); 
Note: See TracChangeset for help on using the changeset viewer.