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

    r21867 r22121  
    2525<table id="total-job" class="list"> 
    2626    <tr> 
    27         <th>順位</th> 
    28         <th>職業</th> 
    29         <th>購入件数</th> 
    30         <th>購入合計</th> 
    31         <th>購入平均</th> 
     27        <th><!--{t string="tpl_186"}--></th> 
     28        <th><!--{t string="tpl_340"}--></th> 
     29        <th><!--{t string="tpl_692"}--></th> 
     30        <th><!--{t string="tpl_693"}--></th> 
     31        <th><!--{t string="tpl_700"}--></th> 
    3232    </tr> 
    3333 
     
    4646            <td class="center"><!--{*順位*}--><!--{$smarty.section.cnt.iteration}--></td> 
    4747            <td class="center"><!--{*職業*}--><!--{$arrResults[cnt].job_name}--></td> 
    48             <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 
    49             <td class="right"><!--{*購入合計*}--><!--{$arrResults[cnt].total|number_format}-->円</td> 
    50             <td class="right"><!--{*購入平均*}--><!--{$arrResults[cnt].total_average|number_format}-->円</td> 
     48            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_701" T_FIELD=$arrResults[cnt].order_count}--></td> 
     49            <td class="right"><!--{*購入合計*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].total|number_format}--></td> 
     50            <td class="right"><!--{*購入平均*}--><!--{t string="tpl_500" T_FIELD=$arrResults[cnt].total_average|number_format}--></td> 
    5151        </tr> 
    5252    <!--{/section}--> 
    5353 
    5454    <tr> 
    55         <th>順位</span></th> 
    56         <th>職業</span></th> 
    57         <th>購入件数</span></th> 
    58         <th>購入合計</span></th> 
    59         <th>購入平均</span></th> 
     55        <th><!--{t string="tpl_186"}--></span></th> 
     56        <th><!--{t string="tpl_340"}--></span></th> 
     57        <th><!--{t string="tpl_692"}--></span></th> 
     58        <th><!--{t string="tpl_693"}--></span></th> 
     59        <th><!--{t string="tpl_700"}--></span></th> 
    6060    </tr> 
    6161</table> 
Note: See TracChangeset for help on using the changeset viewer.