Changeset 21211


Ignore:
Timestamp:
2011/08/23 12:55:07 (13 years ago)
Author:
shutta
Message:

refs #21210 (スマートフォン> 商品一覧の「もっと見る」ボタンで、追加表示された商品一覧の画像サイズが大きくなってしまう)
r21210 の修正を差し戻した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl

    r21210 r21211  
    179179                     $($(".list_area .listphoto img").get(maxCnt)).attr({ 
    180180                                                                 src: imagePath + product.main_list_image,  
    181                                                                  alt: product.name, 
    182                                                                  width: 80, 
    183                                                                  height: 80 
     181                                                                 alt: product.name 
    184182                                                             }); 
    185183 
Note: See TracChangeset for help on using the changeset viewer.