Changeset 20911 for branches/version-2_11-dev/data/class/pages/admin/design
- Timestamp:
- 2011/05/05 04:29:41 (15 years ago)
- Location:
- branches/version-2_11-dev/data/class/pages/admin/design
- Files:
-
- 7 edited
-
LC_Page_Admin_Design.php (modified) (2 diffs)
-
LC_Page_Admin_Design_Bloc.php (modified) (2 diffs)
-
LC_Page_Admin_Design_CSS.php (modified) (2 diffs)
-
LC_Page_Admin_Design_Header.php (modified) (2 diffs)
-
LC_Page_Admin_Design_MainEdit.php (modified) (2 diffs)
-
LC_Page_Admin_Design_Template.php (modified) (2 diffs)
-
LC_Page_Admin_Design_UpDown.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design.php
r20841 r20911 45 45 parent::init(); 46 46 $this->tpl_mainpage = 'design/index.tpl'; 47 $this->tpl_subnavi = 'design/subnavi.tpl';48 47 $this->tpl_subno = 'layout'; 49 48 $this->tpl_mainno = 'design'; 49 $this->tpl_maintitle = 'デザイン管理'; 50 50 $this->tpl_subtitle = 'レイアウト設定'; 51 51 $masterData = new SC_DB_MasterData_Ex(); … … 132 132 $this->arrEditPage = $objLayout->getPageProperties($this->device_type_id, null); 133 133 //サブタイトルを取得 134 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];134 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 135 135 } 136 136 -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r20859 r20911 46 46 parent::init(); 47 47 $this->tpl_mainpage = 'design/bloc.tpl'; 48 $this->tpl_subnavi = 'design/subnavi.tpl';49 48 $this->tpl_subno_edit = 'bloc'; 50 49 $this->text_row = 13; 51 50 $this->tpl_subno = 'bloc'; 52 51 $this->tpl_mainno = 'design'; 52 $this->tpl_maintitle = 'デザイン管理'; 53 53 $this->tpl_subtitle = 'ブロック設定'; 54 54 $masterData = new SC_DB_MasterData_Ex(); … … 131 131 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 132 132 } 133 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];133 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 134 134 $this->arrForm = $objFormParam->getFormParamList(); 135 135 } -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_CSS.php
r20860 r20911 46 46 parent::init(); 47 47 $this->tpl_mainpage = 'design/css.tpl'; 48 $this->tpl_subnavi = 'design/subnavi.tpl';49 48 $this->area_row = 30; 50 49 $this->tpl_subno = 'css'; 51 50 $this->tpl_mainno = 'design'; 51 $this->tpl_maintitle = 'デザイン管理'; 52 52 $this->tpl_subtitle = 'CSS設定'; 53 53 $masterData = new SC_DB_MasterData_Ex(); … … 129 129 130 130 } 131 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];131 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 132 132 $this->arrForm = $objFormParam->getFormParamList(); 133 133 } -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Header.php
r20860 r20911 46 46 parent::init(); 47 47 $this->tpl_mainpage = 'design/header.tpl'; 48 $this->tpl_subnavi = 'design/subnavi.tpl';49 48 $this->header_row = 13; 50 49 $this->footer_row = 13; 51 50 $this->tpl_subno = 'header'; 52 51 $this->tpl_mainno = 'design'; 52 $this->tpl_maintitle = 'デザイン管理'; 53 53 $this->tpl_subtitle = 'ヘッダー/フッター設定'; 54 54 $masterData = new SC_DB_MasterData_Ex(); … … 112 112 113 113 //サブタイトルの追加 114 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];114 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 115 115 } 116 116 -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php
r20857 r20911 46 46 parent::init(); 47 47 $this->tpl_mainpage = 'design/main_edit.tpl'; 48 $this->tpl_subnavi = 'design/subnavi.tpl';49 48 $this->text_row = 13; 50 49 $this->tpl_subno = "main_edit"; 51 50 $this->tpl_mainno = 'design'; 51 $this->tpl_maintitle = 'デザイン管理'; 52 52 $this->tpl_subtitle = 'ページ詳細設定'; 53 53 $masterData = new SC_DB_MasterData_Ex(); … … 128 128 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 129 129 } 130 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];130 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 131 131 $this->arrForm = $objFormParam->getFormParamList(); 132 132 } -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r20863 r20911 47 47 parent::init(); 48 48 $this->tpl_mainpage = 'design/template.tpl'; 49 $this->tpl_subnavi = 'design/subnavi.tpl';50 49 $this->tpl_subno = 'template'; 51 50 $this->tpl_mainno = 'design'; 51 $this->tpl_maintitle = 'デザイン管理'; 52 52 $this->tpl_subtitle = 'テンプレート設定'; 53 53 $this->arrErr = array(); … … 130 130 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 131 131 } 132 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];132 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 133 133 } 134 134 -
branches/version-2_11-dev/data/class/pages/admin/design/LC_Page_Admin_Design_UpDown.php
r20885 r20911 47 47 parent::init(); 48 48 $this->tpl_mainpage = 'design/up_down.tpl'; 49 $this->tpl_subnavi = 'design/subnavi.tpl';50 49 $this->tpl_subno = 'up_down'; 51 50 $this->tpl_mainno = 'design'; 51 $this->tpl_maintitle = 'デザイン管理'; 52 52 $this->tpl_subtitle = 'テンプレート追加'; 53 53 $this->arrErr = array(); … … 101 101 } 102 102 //サブタイトルの追加 103 $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id];103 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 104 104 $this->arrForm = $objFormParam->getFormParamList(); 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.
