Changeset 23249


Ignore:
Timestamp:
2013/10/23 20:59:27 (10 years ago)
Author:
dkazuto
Message:

#2434 (v2.13.0 ショップ画面:カートの数量「+」、「ー」について)

File:
1 edited

Legend:

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

    r23138 r23249  
    127127                                        <ul id="quantity_level"> 
    128128                                            <li><a href="?" onclick="eccube.fnFormModeSubmit('form<!--{$key|h}-->','up','cart_no','<!--{$item.cart_no|h}-->'); return false"><img src="<!--{$TPL_URLPATH|h}-->img/button/btn_plus.jpg" width="16" height="16" alt="+" /></a></li> 
    129                                             <li><a href="?" onclick="eccube.fnFormModeSubmit('form<!--{$key|h}-->','down','cart_no','<!--{$item.cart_no|h}-->'); return false"><img src="<!--{$TPL_URLPATH|h}-->img/button/btn_minus.jpg" width="16" height="16" alt="-" /></a></li> 
     129                                            <!--{if $item.quantity > 1}--> 
     130                                                <li><a href="?" onclick="eccube.fnFormModeSubmit('form<!--{$key|h}-->','down','cart_no','<!--{$item.cart_no|h}-->'); return false"><img src="<!--{$TPL_URLPATH|h}-->img/button/btn_minus.jpg" width="16" height="16" alt="-" /></a></li> 
     131                                            <!--{/if}--> 
    130132                                        </ul> 
    131133                                    </td> 
Note: See TracChangeset for help on using the changeset viewer.