Ignore:
Timestamp:
2009/06/09 21:08:41 (15 years ago)
Author:
Seasoft
Message:

merge r17981
・取得元: version-2_4
【取得元のログメッセージ】

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

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl

    r18069 r18078  
    5959      <tr> 
    6060       <td><a href="javascript:fnModeSubmit('delete_favorite','product_id','<!--{$product_id|escape}-->');">削除</a></td> 
    61        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65"></a></td> 
     61       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65"></a></td> 
    6262       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
    6363       <td class="right sale_price"> 
Note: See TracChangeset for help on using the changeset viewer.