[Svn-src-all:4335] [version-2_13-dev 23249] #2434 (v2.13.0 ショップ画面:カートの数量「+」、「ー」について)
dkazuto
admin @ mail.ec-cube.net
2013年 10月 23日 (水) 20:59:28 JST
Subversion committed to /home/svn/open 23249
http://svn.ec-cube.net/open_trac/changeset/23249
┌────────────────────────────┐
│更新者 : dkazuto │
│更新日時: 2013-10-23 20:59:27 +0900 (水, 23 10月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2434 (v2.13.0 ショップ画面:カートの数量「+」、「ー」について)
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl
変更: branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl
===================================================================
--- branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl 2013-10-22 11:46:51 UTC (rev 23248)
+++ branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl 2013-10-23 11:59:27 UTC (rev 23249)
@@ -126,7 +126,9 @@
<td class="alignC"><!--{$item.quantity|h}-->
<ul id="quantity_level">
<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>
- <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>
+ <!--{if $item.quantity > 1}-->
+ <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>
+ <!--{/if}-->
</ul>
</td>
<td class="alignR"><!--{$item.total_inctax|number_format|h}-->円</td>
Svn-src-all メーリングリストの案内