Ignore:
Timestamp:
2012/12/04 19:35:44 (11 years ago)
Author:
h_yoshimoto
Message:

#1890 管理画面テンプレートのメッセージを集約(ダミーID)

File:
1 edited

Legend:

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

    r21867 r22121  
    2525<table id="total-products" class="list"> 
    2626    <tr> 
    27         <th>順位</th> 
    28         <th>商品コード</th> 
    29         <th>商品名</th> 
    30         <th>購入件数</th> 
    31         <th>数量</th> 
    32         <th>単価</th> 
    33         <th>金額</th> 
     27        <th><!--{t string="tpl_186"}--></th> 
     28        <th><!--{t string="tpl_192"}--></th> 
     29        <th><!--{t string="tpl_189"}--></th> 
     30        <th><!--{t string="tpl_692"}--></th> 
     31        <th><!--{t string="tpl_373"}--></th> 
     32        <th><!--{t string="tpl_372"}--></th> 
     33        <th><!--{t string="tpl_502"}--></th> 
    3434    </tr> 
    3535 
     
    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"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 
     51            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_701" T_FIELD=$arrResults[cnt].order_count}--></td> 
    5252            <td class="right"><!--{*数量*}--><!--{$arrResults[cnt].products_count}--></td> 
    53             <td class="right"><!--{*単価*}--><!--{$arrResults[cnt].price|number_format}-->円</td> 
    54             <td class="right"><!--{*金額*}--><!--{$arrResults[cnt].total|number_format}-->円</td> 
     53            <td class="right"><!--{*単価*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].price|number_format}--></td> 
     54            <td class="right"><!--{*金額*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].total|number_format}--></td> 
    5555        </tr> 
    5656    <!--{/section}--> 
    5757 
    5858    <tr> 
    59         <th>順位</th> 
    60         <th>商品コード</th> 
    61         <th>商品名</th> 
    62         <th>購入件数</th> 
    63         <th>数量</th> 
    64         <th>単価</th> 
    65         <th>金額</th> 
     59        <th><!--{t string="tpl_186"}--></th> 
     60        <th><!--{t string="tpl_192"}--></th> 
     61        <th><!--{t string="tpl_189"}--></th> 
     62        <th><!--{t string="tpl_692"}--></th> 
     63        <th><!--{t string="tpl_373"}--></th> 
     64        <th><!--{t string="tpl_372"}--></th> 
     65        <th><!--{t string="tpl_502"}--></th> 
    6666    </tr> 
    6767</table> 
Note: See TracChangeset for help on using the changeset viewer.