Ignore:
Timestamp:
2013/11/07 18:36:29 (10 years ago)
Author:
m_uehara
Message:

#2433 金額を右寄せに修正します。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/disp.tpl

    r23253 r23259  
    150150                <!--{$arrForm.product_name.value[$product_index]|h}-->/<!--{$arrForm.classcategory_name1.value[$product_index]|default:"(なし)"|h}-->/<!--{$arrForm.classcategory_name2.value[$product_index]|default:"(なし)"|h}--> 
    151151            </td> 
    152             <td class="center"> 
     152            <td class="right"> 
    153153                    <!--{$arrForm.price.value[$product_index]|h}-->円 
    154154                </td> 
     
    160160                <!--{assign var=tax_rate value=`$arrForm.tax_rate.value[$product_index]`}--> 
    161161                <!--{assign var=tax_rule value=`$arrForm.tax_rule.value[$product_index]`}--> 
    162             <td class="center"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format}--> 円<br />(税率<!--{$tax_rate|number_format}-->%)</td> 
    163             <td class="center"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円</td> 
     162            <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format}--> 円<br />(税率<!--{$tax_rate|number_format}-->%)</td> 
     163            <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円</td> 
    164164        </tr> 
    165165        <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.