Ignore:
Timestamp:
2010/11/30 14:24:27 (16 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:19693
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/Smarty/templates/admin/basis/payment.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fbasis%2Fpayment.tpl
data/Smarty/templates/admin/basis/payment_input.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fbasis%2Fpayment_input.tpl
data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment.php 15298@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2Fbasis%2FLC_Page_Admin_Basis_Payment.php
data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php 15304@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2Fbasis%2FLC_Page_Admin_Basis_Payment_Input.php
bzr:mapping-version:
v4
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2424
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:timestamp:
2010-11-30 14:24:21.989000082 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2010-11-30T05:24:21.989000Z
Message:

#823 商品種別によってカートを分ける

  • 支払方法設定画面から配送業者の設定を削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/basis/payment_input.tpl

    r18873 r19694  
    7878      </tr> 
    7979      <tr> 
    80         <th>配送サービス<span class="attention"> *</span></th> 
    81         <td> 
    82           <!--{assign var=key value="deliv_id"}--> 
    83           <span class="attention"><!--{$arrErr[$key]}--></span> 
    84           <select name="deliv_id" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    85           <option value="" />指定しない</option> 
    86           <!--{html_options options=$arrDelivList selected=$arrForm[$key].value}--> 
    87           </select> 
    88         </td> 
    89       </tr> 
    90       <tr> 
    9180        <th>ロゴ画像</th> 
    9281        <td> 
Note: See TracChangeset for help on using the changeset viewer.