Ignore:
Timestamp:
2011/06/15 16:30:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

  • SC_Utils#sfPrePoint 利用していない第4引数を削除。またこれにより第3引数を省略可能な呼び出しでは、第3引数を使わない。
File:
1 edited

Legend:

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

    r20927 r20976  
    153153                        <span id="point_default"> 
    154154                            <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    155                                 <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id|number_format}--> 
     155                                <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}--> 
    156156                            <!--{else}--> 
    157                                 <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
    158                                     <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id|number_format}--> 
     157                                <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate}--> 
     158                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}--> 
    159159                                <!--{else}--> 
    160                                     <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id|number_format}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id|number_format}--> 
     160                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate|number_format}--> 
    161161                                <!--{/if}--> 
    162162                            <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.