Changeset 17299


Ignore:
Timestamp:
2008/05/08 16:24:57 (16 years ago)
Author:
pineray
Message:

キャンペーンでいくつか項目が表示されない不具合を修正

Location:
branches/comu-ver2/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/campaign/complete.tpl

    r16583 r17299  
    2525      <p> 今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 
    2626 
    27       <p><!--{$arrInfo.shop_name|escape}--><br /> 
    28         TEL:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(受付時間/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br /> 
    29         E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a></p> 
     27      <p><!--{$arrSiteInfo.shop_name|escape}--><br /> 
     28        TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br /> 
     29        E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentity'}--></a></p> 
    3030    </div> 
    3131 
  • branches/comu-ver2/data/class/pages/campaign/LC_Page_CampaignEntry.php

    r16636 r17299  
    164164                    // 仮登録完了メール送信 
    165165                    $this->CONF = $CONF; 
    166                     $this->to_name01 = $_POST['name01']; 
    167                     $this->to_name02 = $_POST['name02']; 
     166                    $this->name01 = $_POST['name01']; 
     167                    $this->name02 = $_POST['name02']; 
    168168                    $objMailText = new SC_SiteView(); 
    169169                    $objMailText->assignobj($this); 
Note: See TracChangeset for help on using the changeset viewer.