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

    r18782 r18819  
    112112    </tr> 
    113113    <tr> 
     114      <th>公開・非公開<span class="attention"> *</span></th> 
     115      <td> 
     116        <input type="radio" name="status" value="1" <!--{if $arrForm.status == "1"}-->checked<!--{/if}--> />公開  
     117        <input type="radio" name="status" value="2" <!--{if $arrForm.status == "2"}-->checked<!--{/if}--> />非公開 
     118      </td> 
     119    </tr> 
     120    <tr> 
     121      <th>商品ステータス</th> 
     122      <td> 
     123        <!--{html_checkboxes name="product_flag" options=$arrSTATUS selected=$arrForm.product_flag}--> 
     124      </td> 
     125    </tr> 
     126    <!--{if $tpl_nonclass == true}--> 
     127    <tr> 
    114128      <th>実商品・ダウンロード<span class="attention"> *</span></th> 
    115129      <td> 
     
    139153      </td> 
    140154    </tr> 
    141     <tr> 
    142       <th>公開・非公開<span class="attention"> *</span></th> 
    143       <td> 
    144         <input type="radio" name="status" value="1" <!--{if $arrForm.status == "1"}-->checked<!--{/if}--> />公開  
    145         <input type="radio" name="status" value="2" <!--{if $arrForm.status == "2"}-->checked<!--{/if}--> />非公開 
    146       </td> 
    147     </tr> 
    148     <tr> 
    149       <th>商品ステータス</th> 
    150       <td> 
    151         <!--{html_checkboxes name="product_flag" options=$arrSTATUS selected=$arrForm.product_flag}--> 
    152       </td> 
    153     </tr> 
    154  
    155     <!--{if $tpl_nonclass == true}--> 
    156155    <tr> 
    157156      <th>商品コード<span class="attention"> *</span></th> 
Note: See TracChangeset for help on using the changeset viewer.