Ignore:
Timestamp:
2011/03/15 15:57:08 (13 years ago)
Author:
t_yuo
Message:

#1119 (ページ詳細編集 ヘッダー、フッターチェック値の読み込み不良)
修正しました。

File:
1 edited

Legend:

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

    r20618 r20647  
    152152        $templatePath = $this->objLayout->getTemplatePath($device_type_id); 
    153153        $arrPageData[0]['tpl_data'] = file_get_contents($templatePath . $arrPageData[0]['filename'] . ".tpl"); 
    154  
    155         // チェックボックスの値変更 
    156         $arrPageData[0]['header_chk'] = SC_Utils_Ex::sfChangeCheckBox($arrPageData[0]['header_chk'], true); 
    157         $arrPageData[0]['footer_chk'] = SC_Utils_Ex::sfChangeCheckBox($arrPageData[0]['footer_chk'], true); 
    158154 
    159155        // ディレクトリを画面表示用に編集 
Note: See TracChangeset for help on using the changeset viewer.