[Svn-src-all:3613] [version-2_12_3en-p1 22525] #2124 規格選択時に「$」が非表示にならないように修正いたしました。

m_uehara admin @ mail.ec-cube.net
2013年 2月 12日 (火) 17:08:10 JST


Subversion committed to /home/svn/open 22525
http://svn.ec-cube.net/open_trac/changeset/22525
┌────────────────────────────┐
│更新者 :  m_uehara                                     │
│更新日時:  2013-02-12 17:08:09 +0900 (火, 12  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2124 規格選択時に「$」が非表示にならないように修正いたしました。

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12_3en-p1/data/Smarty/templates/sphone_en-US/products/detail.tpl

変更: branches/version-2_12_3en-p1/data/Smarty/templates/sphone_en-US/products/detail.tpl
===================================================================
--- branches/version-2_12_3en-p1/data/Smarty/templates/sphone_en-US/products/detail.tpl	2013-02-12 07:51:52 UTC (rev 22524)
+++ branches/version-2_12_3en-p1/data/Smarty/templates/sphone_en-US/products/detail.tpl	2013-02-12 08:08:09 UTC (rev 22525)
@@ -171,8 +171,8 @@
                     <!--{if $arrProduct.price01_max_inctax > 0}-->
                         <p class="normal_price">
                             <span class="mini"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(tax included):</span>
+                            &#036;
                             <span id="price01_default">
-                                &#036;
                                 <!--{if $arrProduct.price01_min_inctax == $arrProduct.price01_max_inctax}-->
                                     <!--{$arrProduct.price01_min_inctax|number_format}-->
                                 <!--{else}-->
@@ -185,8 +185,8 @@
                     <!--★販売価格★-->
                     <p class="sale_price">
                         <span class="mini"><!--{$smarty.const.SALE_PRICE_TITLE}-->(tax included):</span>
+                        &#036;
                         <span class="price"><span id="price02_default">
-                            &#036;
                             <!--{if $arrProduct.price02_min_inctax == $arrProduct.price02_max_inctax}-->
                                 <!--{$arrProduct.price02_min_inctax|number_format}-->
                             <!--{else}-->




Svn-src-all メーリングリストの案内