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_age.tpl

    r21867 r22121  
    2525<table id="total-age" class="list"> 
    2626    <tr> 
    27         <th>年齢</th> 
    28         <th>購入件数</th> 
    29         <th>購入合計</th> 
    30         <th>購入平均</th> 
     27        <th><!--{t string="tpl_691"}--></th> 
     28        <th><!--{t string="tpl_692"}--></th> 
     29        <th><!--{t string="tpl_693"}--></th> 
     30        <th><!--{t string="tpl_700"}--></th> 
    3131    </tr> 
    3232 
     
    4444        <tr class="<!--{$color}-->"> 
    4545            <td class="center"><!--{*年齢*}--><!--{$arrResults[cnt].age_name}--></td> 
    46             <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 
    47             <td class="right"><!--{*購入合計*}--><!--{$arrResults[cnt].total|number_format}-->円</td> 
    48             <td class="right"><!--{*購入平均*}--><!--{$arrResults[cnt].total_average|number_format}-->円</td> 
     46            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_701" T_FIELD=$arrResults[cnt].order_count}--></td> 
     47            <td class="right"><!--{*購入合計*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].total|number_format}--></td> 
     48            <td class="right"><!--{*購入平均*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].total_average|number_format}--></td> 
    4949        </tr> 
    5050    <!--{/section}--> 
    5151 
    5252    <tr> 
    53         <th>年齢</th> 
    54         <th>購入件数</th> 
    55         <th>購入合計</th> 
    56         <th>購入平均</th> 
     53        <th><!--{t string="tpl_691"}--></th> 
     54        <th><!--{t string="tpl_692"}--></th> 
     55        <th><!--{t string="tpl_693"}--></th> 
     56        <th><!--{t string="tpl_700"}--></th> 
    5757    </tr> 
    5858</table> 
Note: See TracChangeset for help on using the changeset viewer.