- Timestamp:
- 2006/12/18 16:32:51 (19 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/campaign_design.tpl (modified) (1 diff)
-
html/admin/contents/campaign_design.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_design.tpl
r10872 r10878 41 41 <tr> 42 42 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 43 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë--> ¥¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÊÔ½¸</span></td>43 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë--><!--{$tpl_campaign_title}--></span></td> 44 44 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 45 45 </tr> -
temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php
r10877 r10878 18 18 $this->contents_row = 13; 19 19 $this->footer_row = 13; 20 $this->tpl_subtitle = '¥¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥ó ÀßÄê';20 $this->tpl_subtitle = '¥¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÊÔ½¸'; 21 21 } 22 22 } … … 48 48 case 'active': 49 49 $status = CAMPAIGN_TEMPLATE_ACTIVE; 50 $tpl_campaign_title = "¥¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 50 51 break; 51 52 case 'end': 52 53 $status = CAMPAIGN_TEMPLATE_END; 54 $tpl_campaign_title = "¥¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 53 55 break; 54 56 default: 55 $status = CAMPAIGN_TEMPLATE_ACTIVE;56 57 break; 57 58 }
Note: See TracChangeset
for help on using the changeset viewer.
