Ignore:
Timestamp:
2011/02/16 16:57:41 (13 years ago)
Author:
kotani
Message:

#1012 MYページ:メール配信履歴一覧が表示されない

  • PHP側でデータ代入している変数名と、テンプレートファイル側で使っている変数名が違っていたため、テンプレートファイルを修正。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl

    r20144 r20173  
    196196                <th>件名</th> 
    197197            </tr> 
    198             <!--{section name=cnt loop=$arrMailHistory}--> 
     198            <!--{section name=cnt loop=$tpl_arrMailHistory}--> 
    199199            <tr class="center"> 
    200                 <td><!--{$arrMailHistory[cnt].send_date|sfDispDBDate|h}--></td> 
    201                 <!--{assign var=key value="`$arrMailHistory[cnt].template_id`"}--> 
     200                <td><!--{$tpl_arrMailHistory[cnt].send_date|sfDispDBDate|h}--></td> 
     201                <!--{assign var=key value="`$tpl_arrMailHistory[cnt].template_id`"}--> 
    202202                <td><!--{$arrMAILTEMPLATE[$key]|h}--></td> 
    203                 <td><a href="#" onclick="win02('./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;"><!--{$arrMailHistory[cnt].subject|h}--></a></td> 
     203                <td><a href="#" onclick="win02('./mail_view.php?send_id=<!--{$tpl_arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;"><!--{$tpl_arrMailHistory[cnt].subject|h}--></a></td> 
    204204            </tr> 
    205205            <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.