- Timestamp:
- 2011/04/16 10:52:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/total/page_products.tpl
r20828 r20849 28 28 <th>商品名</th> 29 29 <th>購入件数</th> 30 <th> 点数</th>30 <th>数量</th> 31 31 <th>単価</th> 32 32 <th>金額</th> … … 49 49 <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40:false|h}--></td> 50 50 <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 51 <td class="right"><!--{* 点数*}--><!--{$arrResults[cnt].products_count}--></td>51 <td class="right"><!--{*数量*}--><!--{$arrResults[cnt].products_count}--></td> 52 52 <td class="right"><!--{*単価*}--><!--{$arrResults[cnt].price|number_format}-->円</td> 53 53 <td class="right"><!--{*金額*}--><!--{$arrResults[cnt].total|number_format}-->円</td> … … 60 60 <th>商品名</th> 61 61 <th>購入件数</th> 62 <th> 点数</th>62 <th>数量</th> 63 63 <th>単価</th> 64 64 <th>金額</th>
Note: See TracChangeset
for help on using the changeset viewer.