Ignore:
Timestamp:
2010/09/22 13:23:00 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 入金日追加、規格対応(規格構成変更と並行で作業中なので、作業途中の部分有)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/products/product_class_confirm.tpl

    r18700 r18819  
    2727<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->" /> 
    2828<!--{/foreach}--> 
     29<!--{foreach key=key item=item from=$arrHidden}--> 
     30<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->" /> 
     31<!--{/foreach}--> 
    2932<div id="products" class="contents-main"> 
    3033 
     
    4043      <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    4144      <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th> 
     45      <th>実商品・ダウンロード</th> 
     46      <th>ダウンロードファイル名</th> 
     47      <th>ダウンロード商品用ファイルアップロード</th> 
    4248    </tr> 
    4349    <!--{section name=cnt loop=$tpl_count}--> 
     
    6470      <!--{assign var=key value="price02:`$smarty.section.cnt.iteration`"}--> 
    6571      <td class="right"><!--{$arrForm[$key]}--></td> 
     72      <!--{assign var=key value="down:`$smarty.section.cnt.iteration`"}--> 
     73      <!--{assign var=inkey value="`$arrForm[$key]`"}--> 
     74      <td class="right"><!--{$arrDown[$inkey]}--></td> 
     75      <!--{assign var=key value="down_filename:`$smarty.section.cnt.iteration`"}--> 
     76      <td class="right"><!--{$arrForm[$key]}--></td> 
     77      <!--{assign var=key value="down_realfilename:`$smarty.section.cnt.iteration`"}--> 
     78      <td class="right"><!--{$arrForm[$key]}--></td> 
    6679    </tr> 
    6780    <!--{/if}--> 
     
    7184  <div class="message">規格が選択されていません。</div> 
    7285  <!--{/if}--> 
    73    
     86 
    7487  <div class="btn"> 
    7588    <button type="button" onclick="fnModeSubmit('confirm_return','',''); return false"><span>前へ戻る</span></button> 
Note: See TracChangeset for help on using the changeset viewer.