Changeset 22344
- Timestamp:
- 2013/01/24 17:33:00 (13 years ago)
- Location:
- branches/version-2_12-multilang/data
- Files:
-
- 9 edited
-
Smarty/templates/admin/main_frame.tpl (modified) (1 diff)
-
class/pages/admin/contents/LC_Page_Admin_Contents_CSV.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_Bloc.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_CSS.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_Header.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_Template.php (modified) (1 diff)
-
class/pages/admin/design/LC_Page_Admin_Design_UpDown.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/Smarty/templates/admin/main_frame.tpl
r22343 r22344 150 150 151 151 <!--{if $tpl_subtitle}--> 152 <h1><span class="title"><!--{$tpl_maintitle|h}--><!--{if strlen($tpl_maintitle) >= 1 && strlen($tpl_subtitle) >= 1}-->& gt;<!--{/if}--><!--{$tpl_subtitle|h}--></span></h1>152 <h1><span class="title"><!--{$tpl_maintitle|h}--><!--{if strlen($tpl_maintitle) >= 1 && strlen($tpl_subtitle) >= 1}--> > <!--{/if}--><!--{$tpl_subtitle|h}--></span></h1> 153 153 <!--{/if}--> 154 154 -
branches/version-2_12-multilang/data/class/pages/admin/contents/LC_Page_Admin_Contents_CSV.php
r22343 r22344 103 103 $this->arrSelected = $this->lfGetSelected($this->tpl_csv_id); 104 104 $this->arrOptions = $this->lfGetOptions($this->tpl_csv_id); 105 $this->tpl_subtitle .= ' >' . $this->arrSubnaviName[ $this->tpl_csv_id ];105 $this->tpl_subtitle .= ' > ' . $this->arrSubnaviName[ $this->tpl_csv_id ]; 106 106 107 107 if ($this->tpl_is_update) { -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design.php
r22343 r22344 139 139 $this->arrEditPage = $objLayout->getPageProperties($this->device_type_id, null); 140 140 //サブタイトルを取得 141 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;141 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 142 142 143 143 } -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r22343 r22344 140 140 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 141 141 } 142 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;142 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 143 143 $this->arrForm = $objFormParam->getFormParamList(); 144 144 -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_CSS.php
r22343 r22344 132 132 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 133 133 } 134 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;134 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 135 135 $this->arrForm = $objFormParam->getFormParamList(); 136 136 -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_Header.php
r22343 r22344 112 112 113 113 //サブタイトルの追加 114 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;114 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 115 115 116 116 } -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php
r22343 r22344 131 131 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 132 132 } 133 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;133 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 134 134 $this->arrForm = $objFormParam->getFormParamList(); 135 135 -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r22343 r22344 129 129 GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 130 130 } 131 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;131 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 132 132 133 133 } -
branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_UpDown.php
r22343 r22344 100 100 } 101 101 //サブタイトルの追加 102 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' >' . $this->tpl_subtitle;102 $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 103 103 $this->arrForm = $objFormParam->getFormParamList(); 104 104
Note: See TracChangeset
for help on using the changeset viewer.
