- Timestamp:
- 2010/01/09 16:18:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/total/page_products.tpl
r18254 r18486 25 25 <tr> 26 26 <th>順位</th> 27 <th>商品 番号</th>27 <th>商品コード</th> 28 28 <th>商品名</th> 29 29 <th>購入件数</th> … … 46 46 <tr class="<!--{$color}-->"> 47 47 <td class="center"><!--{*順位*}--><!--{$smarty.section.cnt.iteration}--></td> 48 <td class="right"><!--{*商品 番号*}--><!--{$arrResults[cnt].product_code|escape}--></td>48 <td class="right"><!--{*商品コード*}--><!--{$arrResults[cnt].product_code|escape}--></td> 49 49 <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40|escape}--></td> 50 50 <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> … … 57 57 <tr> 58 58 <th>順位</th> 59 <th>商品 番号</th>59 <th>商品コード</th> 60 60 <th>商品名</th> 61 61 <th>購入件数</th>
Note: See TracChangeset
for help on using the changeset viewer.