Ignore:
Timestamp:
2013/08/22 05:59:56 (11 years ago)
Author:
pineray
Message:

#2349 マウスオーバーで画像を切り替える処理をスマートにする
残りの対応.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl

    r23108 r23109  
    178178                                <li> 
    179179                                    <!--{if strlen($tpl_error) == 0}--> 
    180                                         <input type="image" onmouseover="eccube.chgImgImageSubmit('<!--{$TPL_URLPATH|h}-->img/button/btn_buystep_on.jpg',this)" onmouseout="eccube.chgImgImageSubmit('<!--{$TPL_URLPATH|h}-->img/button/btn_buystep.jpg',this)" src="<!--{$TPL_URLPATH|h}-->img/button/btn_buystep.jpg" alt="購入手続きへ" name="confirm" /> 
     180                                        <input type="image" class="hover_change_image" src="<!--{$TPL_URLPATH|h}-->img/button/btn_buystep.jpg" alt="購入手続きへ" name="confirm" /> 
    181181                                    <!--{/if}--> 
    182182                                </li> 
Note: See TracChangeset for help on using the changeset viewer.