Ignore:
Timestamp:
2013/08/05 05:52:09 (11 years ago)
Author:
AMUAMU
Message:

#2323 (税率対応)
#2235 (越境ECを想定した機能の追加)
#2234 (非会員お客様情報入力テンプレートと機能の共通化)
#2324 (会員登録、注文フォームに「会社名」フィールドを足す)
などの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/customer/edit.tpl

    r22883 r23024  
    9999                </td> 
    100100            </tr> 
     101            <tr> 
     102                <th>会社名</th> 
     103                <td> 
     104                    <span class="attention"><!--{$arrErr.company_name}--></span> 
     105                    <input type="text" name="company_name" value="<!--{$arrForm.company_name|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.company_name != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
     106                </td> 
     107            </tr> 
     108            <!--{if !$smarty.const.FORM_COUNTRY_ENABLE}--> 
     109            <input type="hidden" name="country_id" value="<!--{$smarty.const.DEFAULT_COUNTRY_ID}-->" /> 
     110            <!--{else}--> 
     111            <tr> 
     112                <th>国<span class="attention"> *</span></th> 
     113                <td> 
     114                    <span class="attention"><!--{$arrErr.country_id}--></span> 
     115                    <select name="country_id" <!--{if $arrErr.country_id != ""}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
     116                            <!--{html_options options=$arrCountry selected=$arrForm.country_id|default:$smarty.const.DEFAULT_COUNTRY_ID}--> 
     117                    </select> 
     118                </td> 
     119            </tr> 
     120            <tr> 
     121                <th>ZIP CODE</th> 
     122                <td> 
     123                    <span class="attention"><!--{$arrErr.zipcode}--></span> 
     124                    <input type="text" name="zipcode" value="<!--{$arrForm.zipcode|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.zipcode != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
     125                </td> 
     126            </tr> 
     127            <!--{/if}--> 
    101128            <tr> 
    102129                <th>郵便番号<span class="attention"> *</span></th> 
Note: See TracChangeset for help on using the changeset viewer.