Ignore:
Timestamp:
2014/06/02 16:12:50 (10 years ago)
Author:
pineray
Message:

#2386 PHP 警告撲滅 for 2.13.3

ロケール処理も考慮に入れて、Smartyの修飾子で対応するように変更.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/mobile/products/detail.tpl

    r23134 r23494  
    8585    <font color="#FF0000"><!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): 
    8686        <!--{if $arrProduct.price02_min_inctax == $arrProduct.price02_max_inctax}--> 
    87             <!--{$arrProduct.price02_min_inctax|number_format}--> 
     87            <!--{$arrProduct.price02_min_inctax|n2s}--> 
    8888        <!--{else}--> 
    89             <!--{$arrProduct.price02_min_inctax|number_format}-->~<!--{$arrProduct.price02_max_inctax|number_format}--> 
     89            <!--{$arrProduct.price02_min_inctax|n2s}-->~<!--{$arrProduct.price02_max_inctax|n2s}--> 
    9090        <!--{/if}--> 
    9191        円</font> 
     
    9696        <font color="#FF0000"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(税込): 
    9797            <!--{if $arrProduct.price01_min_inctax == $arrProduct.price01_max_inctax}--> 
    98                 <!--{$arrProduct.price01_min_inctax|number_format}--> 
     98                <!--{$arrProduct.price01_min_inctax|n2s}--> 
    9999            <!--{else}--> 
    100                 <!--{$arrProduct.price01_min_inctax|number_format}-->~<!--{$arrProduct.price01_max_inctax|number_format}--> 
     100                <!--{$arrProduct.price01_min_inctax|n2s}-->~<!--{$arrProduct.price01_max_inctax|n2s}--> 
    101101            <!--{/if}--> 
    102102            円</font> 
     
    108108        ポイント: 
    109109        <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    110             <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}--> 
     110            <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|n2s}--> 
    111111        <!--{else}--> 
    112112            <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate}--> 
    113                 <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}--> 
     113                <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|n2s}--> 
    114114            <!--{else}--> 
    115                 <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate|number_format}--> 
     115                <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|n2s}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate|n2s}--> 
    116116            <!--{/if}--> 
    117117        <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.