Ignore:
Timestamp:
2011/09/21 14:07:49 (13 years ago)
Author:
nanasess
Message:

#1480 (IE7 で, 規格選択時に, 価格, ポイントの空白が詰まる)

  • strip で囲むよう修正
File:
1 edited

Legend:

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

    r20764 r21246  
    177177                    <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): 
    178178                    <span class="price"> 
    179                         <span id="price02_default_<!--{$id}-->"> 
     179                        <span id="price02_default_<!--{$id}-->"><!--{strip}--> 
    180180                            <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    181181                                <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     
    183183                                <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    184184                            <!--{/if}--> 
    185                         </span><span id="price02_dynamic_<!--{$id}-->"></span> 
     185                        </span><span id="price02_dynamic_<!--{$id}-->"></span><!--{/strip}--> 
    186186                        円</span> 
    187187                </div> 
Note: See TracChangeset for help on using the changeset viewer.