Ignore:
Timestamp:
2013/01/28 18:12:19 (11 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/total/page_products.tpl

    r22444 r22453  
    4949            <td class="right"><!--{*商品コード*}--><!--{$arrResults[cnt].product_code|h}--></td> 
    5050            <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40:false|h}--></td> 
    51             <td class="right"><!--{*購入件数*}--><!--{t string="tpl_%s1 item_01" %s1=$arrResults[cnt].order_count}--></td> 
     51            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_T_ARG1 item_01" T_ARG1=$arrResults[cnt].order_count}--></td> 
    5252            <td class="right"><!--{*数量*}--><!--{$arrResults[cnt].products_count}--></td> 
    53             <td class="right"><!--{*単価*}--><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrResults[cnt].price|number_format}--></td> 
    54             <td class="right"><!--{*金額*}--><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrResults[cnt].total|number_format}--></td> 
     53            <td class="right"><!--{*単価*}--><!--{t string="tpl_&#36; T_ARG1_01" escape="none" T_ARG1=$arrResults[cnt].price|number_format}--></td> 
     54            <td class="right"><!--{*金額*}--><!--{t string="tpl_&#36; T_ARG1_01" escape="none" T_ARG1=$arrResults[cnt].total|number_format}--></td> 
    5555        </tr> 
    5656    <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.