Changeset 22444 for branches/version-2_12-multilang/data/Smarty/templates/admin/total/page_member.tpl
- Timestamp:
- 2013/01/28 14:02:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/Smarty/templates/admin/total/page_member.tpl
r22443 r22444 26 26 <tr> 27 27 <th><!--{t string="tpl_Category_02"}--></th> 28 <th><!--{t string="tpl_ 692"}--></th>29 <th><!--{t string="tpl_ 693"}--></th>30 <th><!--{t string="tpl_ 700"}--></th>28 <th><!--{t string="tpl_Number of items purchased_01"}--></th> 29 <th><!--{t string="tpl_Purchase total_01"}--></th> 30 <th><!--{t string="tpl_Purchase average_01"}--></th> 31 31 </tr> 32 32 … … 44 44 <tr class="<!--{$color}-->"> 45 45 <td class="center"><!--{*区分*}--><!--{$arrResults[cnt].member_name}--></td> 46 <td class="right"><!--{*購入件数*}--><!--{t string="tpl_ 701" %s1=$arrResults[cnt].order_count}--></td>46 <td class="right"><!--{*購入件数*}--><!--{t string="tpl_%s1 item_01" %s1=$arrResults[cnt].order_count}--></td> 47 47 <td class="right"><!--{*購入合計*}--><!--{t string="tpl_$ %s1_01" escape="none" %s1=$arrResults[cnt].total|number_format}--></td> 48 48 <td class="right"><!--{*購入平均*}--><!--{t string="tpl_$ %s1_01" escape="none" %s1=$arrResults[cnt].total_average|number_format}--></td> … … 52 52 <tr> 53 53 <th><!--{t string="tpl_Category_02"}--></th> 54 <th><!--{t string="tpl_ 692"}--></th>55 <th><!--{t string="tpl_ 693"}--></th>56 <th><!--{t string="tpl_ 700"}--></th>54 <th><!--{t string="tpl_Number of items purchased_01"}--></th> 55 <th><!--{t string="tpl_Purchase total_01"}--></th> 56 <th><!--{t string="tpl_Purchase average_01"}--></th> 57 57 </tr> 58 58 </table>
Note: See TracChangeset
for help on using the changeset viewer.