Changeset 17298


Ignore:
Timestamp:
2008/05/08 11:40:09 (16 years ago)
Author:
pineray
Message:

些細なところ

Location:
branches/comu-ver2/data/Smarty/templates/default/admin/order
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/disp.tpl

    r17293 r17298  
    230230                                <!--{assign var=price value=`$arrForm.price.value[$key]`}--> 
    231231                                <!--{assign var=quantity value=`$arrForm.quantity.value[$key]`}--> 
    232                                 <td width="94" align="right"><!--{if $price != 0}--><!--{$price|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<!--{else}-->無料<!--{/if}--></td> 
     232                                <td align="right"><!--{if $price != 0}--><!--{$price|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<!--{else}-->無料<!--{/if}--></td> 
    233233                            </tr> 
    234234                            <!--{/section}--> 
     
    298298                                <td align="right"> 
    299299                                <span class="red12"><!--{$arrErr.total_point}--></span> 
    300                                 <!--{$arrForm.total_point.value}--> 
     300                                <!--{$arrForm.total_point.value|number_format}--> 
    301301                                 pt</td> 
    302302                            </tr> 
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/edit.tpl

    r17297 r17298  
    476476                                <td align="right"> 
    477477                                <span class="red12"><!--{$arrErr.total_point}--></span> 
    478                                 <!--{$arrForm.total_point.value}--> 
     478                                <!--{$arrForm.total_point.value|number_format}--> 
    479479                                 pt</td> 
    480480                            </tr> 
Note: See TracChangeset for help on using the changeset viewer.