Changeset 22343
- Timestamp:
- 2013/01/24 16:33:35 (8 years ago)
- Location:
- branches/version-2_12-multilang/data
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/Smarty/templates/admin/main_frame.tpl
r22263 r22343 150 150 151 151 <!--{if $tpl_subtitle}--> 152 <h1><span class="title"><!--{$tpl_maintitle|h}--><!--{if strlen($tpl_maintitle) >= 1 && strlen($tpl_subtitle) >= 1}--> ><!--{/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/Smarty/templates/admin/total/subtitle.tpl
r22121 r22343 24 24 25 25 <!--{if $arrForm.page.value == "term" || $arrForm.page.value == ""}--> 26 <strong><!--{t string="tpl_510"}--></strong> (26 <strong><!--{t string="tpl_510"}--></strong> ( 27 27 <!--{if $smarty.post.type == 'day' || $smarty.post.type == ''}--> 28 28 <span class="over"><!--{t string="tpl_515"}--></span> … … 50 50 <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'hour');"><!--{t string="tpl_519"}--></a> 51 51 <!--{/if}--> 52 )52 ) 53 53 <!--{/if}--> 54 54 55 55 <!--{if $arrForm.page.value == "products"}--> 56 <strong><!--{t string="tpl_511"}--></strong> (56 <strong><!--{t string="tpl_511"}--></strong> ( 57 57 <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 58 58 <span class="over"><!--{t string="tpl_520"}--></span> … … 70 70 <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');"><!--{t string="tpl_522"}--></a> 71 71 <!--{/if}--> 72 )72 ) 73 73 <!--{/if}--> 74 74 75 75 <!--{if $arrForm.page.value == "age"}--> 76 <strong><!--{t string="tpl_512"}--></strong> (76 <strong><!--{t string="tpl_512"}--></strong> ( 77 77 <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 78 78 <span class="over"><!--{t string="tpl_520"}--></span> … … 90 90 <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');"><!--{t string="tpl_522"}--></a> 91 91 <!--{/if}--> 92 )92 ) 93 93 <!--{/if}--> 94 94 95 95 <!--{if $arrForm.page.value == "job"}--> 96 <strong><!--{t string="tpl_513"}--></strong> (96 <strong><!--{t string="tpl_513"}--></strong> ( 97 97 <span class="over"><!--{t string="tpl_520"}--></span> 98 )99 <!--{* (98 ) 99 <!--{*( 100 100 <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 101 101 <span class="over"><!--{t string="tpl_520"}--></span> … … 113 113 <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');"><!--{t string="tpl_522"}--></a> 114 114 <!--{/if}--> 115 )*}-->115 )*}--> 116 116 <!--{/if}--> 117 117 -
branches/version-2_12-multilang/data/class/pages/admin/contents/LC_Page_Admin_Contents_CSV.php
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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
r22100 r22343 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.