Changeset 17981


Ignore:
Timestamp:
2009/04/17 18:01:57 (15 years ago)
Author:
kajiwara
Message:

お気に入り機能の反転表示(マイページのナビ部分)の不具合を改修。

Location:
branches/version-2_4/data/Smarty/templates/default/mypage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/mypage/favorite.tpl

    r17931 r17981  
    6565      <tr> 
    6666       <td><a href="javascript:fnModeSubmit('delete_favorite','product_id','<!--{$product_id}-->');">削除</a></td> 
    67        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65"></a></td> 
     67       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65"></a></td> 
    6868       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
    6969       <td class="right sale_price"> 
  • branches/version-2_4/data/Smarty/templates/default/mypage/navi.tpl

    r17931 r17981  
    3535        <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
    3636            <li> 
    37                 <!--{if $tpl_mypageno == 'delivery'}--> 
     37                <!--{if $tpl_mypageno == 'favorite'}--> 
    3838                    <a href="<!--{$SITE_URL}-->/mypage/favorite.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi05_on.jpg" width="170" height="30" alt="お気に入り商品一覧" border="0" name="m_navi05" /></a> 
    3939                <!--{else}--> 
Note: See TracChangeset for help on using the changeset viewer.