Ignore:
Timestamp:
2008/07/24 21:23:20 (16 years ago)
Author:
Seasoft
Message:

CSSクラス追加

File:
1 edited

Legend:

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

    r17451 r17461  
    5454        <th width="60">商品画像</th> 
    5555        <th width="200">商品名</th> 
    56         <th width="200"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span></th> 
     56        <th width="200" class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span></th> 
    5757      </tr> 
    5858      <!--{section name=cnt loop=$arrFavorite}--> 
     
    6767       <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> 
    6868       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
    69        <td class="right"> 
     69       <td class="right sale_price"> 
    7070        <span class="price"> 
    7171          <!--{if $arrFavorite[cnt].price02_min == $arrFavorite[cnt].price02_max}--> 
Note: See TracChangeset for help on using the changeset viewer.