Changeset 10878 for temp


Ignore:
Timestamp:
2006/12/18 16:32:51 (19 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_design.tpl

    r10872 r10878  
    4141                                    <tr> 
    4242                                        <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> 
    4444                                        <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> 
    4545                                    </tr> 
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_design.php

    r10877 r10878  
    1818        $this->contents_row = 13; 
    1919        $this->footer_row = 13;      
    20         $this->tpl_subtitle = '¥­¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÀßÄê'; 
     20        $this->tpl_subtitle = '¥­¥ã¥ó¥Ú¡¼¥ó¥Ç¥¶¥¤¥óÊÔ½¸'; 
    2121    } 
    2222} 
     
    4848    case 'active': 
    4949        $status = CAMPAIGN_TEMPLATE_ACTIVE; 
     50        $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥óÃæ¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5051        break; 
    5152    case 'end': 
    5253        $status = CAMPAIGN_TEMPLATE_END; 
     54        $tpl_campaign_title = "¥­¥ã¥ó¥Ú¡¼¥ó½ªÎ»¥Ç¥¶¥¤¥óÊÔ½¸"; 
    5355        break; 
    5456    default: 
    55         $status = CAMPAIGN_TEMPLATE_ACTIVE; 
    5657        break; 
    5758} 
Note: See TracChangeset for help on using the changeset viewer.